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!
This commit is contained in:
Sean Dague
2008-09-16 19:51:14 +00:00
parent fe7a1af2bd
commit ad379ed136
3 changed files with 99 additions and 28 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureTearDown]
public void Cleanup()
{
System.IO.File.Delete(file);
// System.IO.File.Delete(file);
}
}
}