aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* we can use equals on strings because they are comparible, andSean Dague2008-09-161-3/+3
| | | | | | this is the prefered way of doing these tests.
* use new style asserts. They are much easier to read.Sean Dague2008-09-121-2/+2
|
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+132
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.