diff options
author | AlexRa | 2010-05-23 11:31:19 +0300 |
---|---|---|
committer | AlexRa | 2010-05-23 11:48:22 +0300 |
commit | 89b7c64b6f491c4f703bb8fe28987ee5e3d5c50f (patch) | |
tree | 11b003fc0d6ede85acbe50f47bf95b36c6076614 /OpenSim/Data/Tests/RegionTests.cs | |
parent | Further corrections to MS SQL stores (now passes all tests) (diff) | |
download | opensim-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/RegionTests.cs')
-rw-r--r-- | OpenSim/Data/Tests/RegionTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/Tests/RegionTests.cs b/OpenSim/Data/Tests/RegionTests.cs index 5ac2dd0..1f654d3 100644 --- a/OpenSim/Data/Tests/RegionTests.cs +++ b/OpenSim/Data/Tests/RegionTests.cs | |||
@@ -118,8 +118,8 @@ namespace OpenSim.Data.Tests | |||
118 | m_rebuildDB = rebuild; | 118 | m_rebuildDB = rebuild; |
119 | } | 119 | } |
120 | 120 | ||
121 | public RegionTests() : this("", false) { } | 121 | public RegionTests() : this("", true) { } |
122 | public RegionTests(string conn) : this(conn, false) {} | 122 | public RegionTests(string conn) : this(conn, true) {} |
123 | public RegionTests(bool rebuild): this("", rebuild) {} | 123 | public RegionTests(bool rebuild): this("", rebuild) {} |
124 | 124 | ||
125 | 125 | ||