Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 1 | -8/+0 |
| | |||||
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 1 | -1/+5 |
| | | | | | | 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. | ||||
* | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 2008-09-15 | 1 | -3/+6 |
| | |||||
* | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 2008-09-13 | 1 | -1/+5 |
| | | | | | | | | .config (which no one does). Dropping in the .config lets you see that debug messages, which is handy while writing tests and figuring out why things don't behave like you would guess. | ||||
* | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2008-09-13 | 1 | -0/+2 |
| | | | | | | configure in there to help me get debug messages while developing. | ||||
* | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2008-09-12 | 1 | -140/+3 |
| | | | | | | | | | | | 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. | ||||
* | more inventory folder tests | Sean Dague | 2008-09-11 | 1 | -10/+55 |
| | |||||
* | add some folder create and list tests | Sean Dague | 2008-09-11 | 1 | -1/+40 |
| | |||||
* | added simple add / exists folder check | Sean Dague | 2008-09-11 | 1 | -0/+41 |
| | |||||
* | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2008-09-10 | 1 | -0/+73 |
calls to make sure they worked |