Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |