aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicInventoryTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-184/+0
| | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.
* change order in prebuild.xml so this works in nant on a cleanSean Dague2008-09-121-1/+1
| | | | | | checkout.
* be more clever and move the bulk of the db tests for inventory intoSean Dague2008-09-121-0/+184
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing.