protected final void tearDown() throws Exception
{
lastFlag = false;
for (File f : files)
{
fileName = f.getPath();
if (fileName.substring(fileName.lastIndexOf("//") + 1)
.startsWith(USER_TOPENG))
{
changeDbInfo(USER_TOPENG, PWD_TOPENG);
disableForeignKey();
}
if (fileName.substring(fileName.lastIndexOf("//") + 1)
.startsWith(USER_CCARE))
{
changeDbInfo(USER_CCARE, PWD_CCARE);
disableForeignKey();
}
HWDBTestCase7
最新推荐文章于 2009-08-26 16:14:00 发布