Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 3 | -167/+9 |
| | | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | ||||
* | 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 |
| | |||||
* | add a few more SQLite Asset tests. | Sean Dague | 2008-09-11 | 1 | -3/+31 |
| | |||||
* | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2008-09-10 | 2 | -0/+146 |
| | | | | | | calls to make sure they worked | ||||
* | 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. | ||||
* | 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 |