aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to using proper .net tempfiles, should have done thisSean Dague2008-09-191-0/+2
| | | | | | initially.
* Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz2008-09-181-1/+2
| | | | | | | On Windows, you are not able to delete a file while there is still a handle to it open.
* Added some terrain tests, and found a fun race condition in the sqliteSean Dague2008-09-161-1/+1
| | | | | | terrain driver in the process, which is now fixed. yay for unit tests!
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-92/+3
| | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.
* add a simple update attribute test for SOG & SQLiteSean Dague2008-09-101-2/+22
|
* added in a few more testsSean Dague2008-09-101-6/+40
|
* the explicit log4net configure attempt was maybe breaking bamboo, getSean Dague2008-09-101-4/+0
| | | | | | rid of that.
* added the first couple of sqlite tests. we'll see how bambooSean Dague2008-09-101-1/+52
| | | | | | handles them.
* add shell for SQLite testing. No tests yet.Sean Dague2008-09-101-0/+49
add another nant target for test-xml to get the verbose version