aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-15/+3
| | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.
* added very basic stubs for User and Inventory db creates and emptySean Dague2008-09-101-0/+73
calls to make sure they worked