diff options
author | Sean Dague | 2008-09-16 19:51:14 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-16 19:51:14 +0000 |
commit | ad379ed136c936f924ecec3e784438ed7248fd84 (patch) | |
tree | 519dd0755d3baca7d04449f5faae5ee9da7b6a7a /OpenSim/Data/SQLite/Tests | |
parent | we can use equals on strings because they are comparible, and (diff) | |
download | opensim-SC_OLD-ad379ed136c936f924ecec3e784438ed7248fd84.zip opensim-SC_OLD-ad379ed136c936f924ecec3e784438ed7248fd84.tar.gz opensim-SC_OLD-ad379ed136c936f924ecec3e784438ed7248fd84.tar.bz2 opensim-SC_OLD-ad379ed136c936f924ecec3e784438ed7248fd84.tar.xz |
Added some terrain tests, and found a fun race condition in the sqlite
terrain driver in the process, which is now fixed. yay for unit tests!
Diffstat (limited to 'OpenSim/Data/SQLite/Tests')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs index 94b5bf1..6727b87 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Data.SQLite.Tests | |||
55 | [TestFixtureTearDown] | 55 | [TestFixtureTearDown] |
56 | public void Cleanup() | 56 | public void Cleanup() |
57 | { | 57 | { |
58 | System.IO.File.Delete(file); | 58 | // System.IO.File.Delete(file); |
59 | } | 59 | } |
60 | } | 60 | } |
61 | } \ No newline at end of file | 61 | } \ No newline at end of file |