Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 1 | -10/+81 |
| | | | | | | terrain driver in the process, which is now fixed. yay for unit tests! | ||||
* | we can use equals on strings because they are comparible, and | Sean Dague | 2008-09-16 | 1 | -3/+3 |
| | | | | | | this is the prefered way of doing these tests. | ||||
* | use new style asserts. They are much easier to read. | Sean Dague | 2008-09-12 | 1 | -2/+2 |
| | |||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -0/+132 |
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. |