Sean Dague
|
232d1af663
|
add some comments and some try blocks around object storage
in the hopes this will help debug why this is failing for some people.
|
2008-09-18 15:39:22 +00:00 |
|
Sean Dague
|
ad379ed136
|
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!
|
2008-09-16 19:51:14 +00:00 |
|
Sean Dague
|
fe7a1af2bd
|
we can use equals on strings because they are comparible, and
this is the prefered way of doing these tests.
|
2008-09-16 19:48:21 +00:00 |
|
Sean Dague
|
d312f10420
|
use new style asserts. They are much easier to read.
|
2008-09-12 18:46:44 +00:00 |
|
Sean Dague
|
9349cf3149
|
move the actual [Test] methods for databases to OpenSim.Data.Tests
classes. This did mean loosing 1 unit test that was actually testing
an sqlite function directly instead of the interface.
|
2008-09-12 18:13:43 +00:00 |
|