Various minor changes in the data tests

This commit is contained in:
AlexRa
2010-05-23 11:31:19 +03:00
parent 9976cb93ce
commit 89b7c64b6f
5 changed files with 18 additions and 16 deletions

View File

@@ -108,17 +108,7 @@ namespace OpenSim.Data.Tests
private void ClearDB()
{
// if a new table is added, it has to be dropped here
ExecuteSql("delete from migrations where name='EstateStore';");
DropTables(
"prims",
"primshapes",
"primitems",
"terrain",
"land",
"landaccesslist",
"regionban",
"regionsettings",
"estate_managers",
"estate_groups",
"estate_users",
@@ -126,6 +116,7 @@ namespace OpenSim.Data.Tests
"estate_settings",
"estate_map"
);
ResetMigrations("EstateStore");
}
#region 0Tests