Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Updates the SQLite region database to support the same properties that the ↵ | Teravus Ovares | 2008-09-18 | 1 | -1/+10 | |
| | | | | | | | MySQL version does for the table, prims. * If this causes any unit tests to fail, the tests need to be updated. | |||||
* | add some comments and some try blocks around object storage | Sean Dague | 2008-09-18 | 1 | -3/+26 | |
| | | | | | | in the hopes this will help debug why this is failing for some people. | |||||
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 1 | -10/+81 | |
| | | | | | | terrain driver in the process, which is now fixed. yay for unit tests! | |||||
* | 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. | |||||
* | 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 | 1 | -0/+132 | |
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. |