Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 1 | -2/+3 |
| | | | | | | initially. | ||||
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 1 | -0/+1 |
| | | | | | | | On Windows, you are not able to delete a file while there is still a handle to it open. | ||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -60/+3 |
| | | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | ||||
* | add a few more SQLite Asset tests. | Sean Dague | 2008-09-11 | 1 | -3/+31 |
| | |||||
* | fix typo in name of test db | Sean Dague | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 2008-09-10 | 1 | -0/+91 |
stores an asset, fetches that asset, make sure it has the name we gave it. All simple stuff, but should catch the more egregious breaks. |