aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/EstateTests.cs
diff options
context:
space:
mode:
authorAlexRa2010-05-23 11:31:19 +0300
committerAlexRa2010-05-23 11:48:22 +0300
commit89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f (patch)
tree11b003fc0d6ede85acbe50f47bf95b36c6076614 /OpenSim/Data/Tests/EstateTests.cs
parentFurther corrections to MS SQL stores (now passes all tests) (diff)
downloadopensim-SC_OLD-89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f.zip
opensim-SC_OLD-89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f.tar.gz
opensim-SC_OLD-89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f.tar.bz2
opensim-SC_OLD-89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f.tar.xz
Various minor changes in the data tests
Diffstat (limited to 'OpenSim/Data/Tests/EstateTests.cs')
-rw-r--r--OpenSim/Data/Tests/EstateTests.cs11
1 files changed, 1 insertions, 10 deletions
diff --git a/OpenSim/Data/Tests/EstateTests.cs b/OpenSim/Data/Tests/EstateTests.cs
index 2da010d..d6eed3d 100644
--- a/OpenSim/Data/Tests/EstateTests.cs
+++ b/OpenSim/Data/Tests/EstateTests.cs
@@ -108,17 +108,7 @@ namespace OpenSim.Data.Tests
108 private void ClearDB() 108 private void ClearDB()
109 { 109 {
110 // if a new table is added, it has to be dropped here 110 // if a new table is added, it has to be dropped here
111 ExecuteSql("delete from migrations where name='EstateStore';");
112
113 DropTables( 111 DropTables(
114 "prims",
115 "primshapes",
116 "primitems",
117 "terrain",
118 "land",
119 "landaccesslist",
120 "regionban",
121 "regionsettings",
122 "estate_managers", 112 "estate_managers",
123 "estate_groups", 113 "estate_groups",
124 "estate_users", 114 "estate_users",
@@ -126,6 +116,7 @@ namespace OpenSim.Data.Tests
126 "estate_settings", 116 "estate_settings",
127 "estate_map" 117 "estate_map"
128 ); 118 );
119 ResetMigrations("EstateStore");
129 } 120 }
130 121
131 #region 0Tests 122 #region 0Tests