HWDBTestCase8

来源:互联网 发布:https绑定域名iis 编辑:程序博客网 时间:2024/06/11 12:22

    if (fileName.substring(fileName.lastIndexOf("//") + 1)
                    .startsWith(USER_BILLING))
            {
                changeDbInfo(USER_BILLING, PWD_BILLING);
                disableForeignKey();
            }
            if (fileName.substring(fileName.lastIndexOf("//") + 1)
                    .startsWith(USER_REPORT))
            {
                changeDbInfo(USER_REPORT, PWD_REPORT);
                disableForeignKey();
            }
            super.tearDown();
            enableForeignKey();
        }  
    }

原创粉丝点击