aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicInventoryTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2 more InventoryItem tests, plus see if I can leave the log4netSean Dague2008-09-131-0/+24
| | | | | | configure in there to help me get debug messages while developing.
* add first round of folder testsSean Dague2008-09-121-44/+98
|
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+184
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.