change the drop order to see if this affects unit test fails

From: Sean Dague <sdague@gmail.com>
This commit is contained in:
Sean Dague
2009-01-05 15:59:08 +00:00
parent 9d2e0535f1
commit d8a2ad5cb5

View File

@@ -76,9 +76,9 @@ namespace OpenSim.Data.MySQL.Tests
}
if (database != null)
{
database.ExecuteSql("drop table migrations");
database.ExecuteSql("drop table inventoryitems");
database.ExecuteSql("drop table inventoryfolders");
database.ExecuteSql("drop table migrations");
}
}
}