aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.