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();
}
}
HWDBTestCase8
最新推荐文章于 2009-08-26 16:14:00 发布