Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 1 | -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 sqlite | Sean Dague | 2008-09-16 | 1 | -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.Tests | Sean Dague | 2008-09-12 | 1 | -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 & SQLite | Sean Dague | 2008-09-10 | 1 | -2/+22 |
| | |||||
* | added in a few more tests | Sean Dague | 2008-09-10 | 1 | -6/+40 |
| | |||||
* | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 2008-09-10 | 1 | -4/+0 |
| | | | | | | rid of that. | ||||
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 1 | -1/+52 |
| | | | | | | handles them. | ||||
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+49 |
add another nant target for test-xml to get the verbose version |