Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | we can use equals on strings because they are comparible, and | Sean Dague | 2008-09-16 | 1 | -3/+3 | |
| | | | | | | this is the prefered way of doing these tests. | |||||
* | add an inventory change test. | Sean Dague | 2008-09-16 | 1 | -0/+19 | |
| | ||||||
* | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2008-09-13 | 1 | -0/+24 | |
| | | | | | | configure in there to help me get debug messages while developing. | |||||
* | add first round of folder tests | Sean Dague | 2008-09-12 | 1 | -44/+98 | |
| | ||||||
* | because UUID supports equality, we can do a straight equals instead of | Sean Dague | 2008-09-12 | 1 | -3/+3 | |
| | | | | | | convert to string and match. | |||||
* | use new style asserts. They are much easier to read. | Sean Dague | 2008-09-12 | 1 | -2/+2 | |
| | ||||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 4 | -0/+299 | |
| | | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | |||||
* | change order in prebuild.xml so this works in nant on a clean | Sean Dague | 2008-09-12 | 1 | -1/+1 | |
| | | | | | | checkout. | |||||
* | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2008-09-12 | 1 | -0/+184 | |
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. |