Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Includes consistency test for new and updated objects, as | Sean Dague | 2008-10-30 | 1 | -80/+106 | |
| | | | | | | | some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 1 | -9/+315 | |
| | | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 1 | -1/+1 | |
| | ||||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 | |
| | ||||||
* | more fun with rebasing | Sean Dague | 2008-10-16 | 1 | -2/+12 | |
| | ||||||
* | resorting out this merge from arthur, sorry for so many commits here. | Sean Dague | 2008-10-16 | 1 | -8/+0 | |
| | ||||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+5 | |
| | ||||||
* | - New attempt after merging problem | Sean Dague | 2008-10-16 | 1 | -5/+0 | |
| | ||||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+3 | |
| | ||||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-16 | 1 | -2/+7 | |
| | | | | | | if the last commit is accepted | |||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 | |
| | ||||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -8/+4 | |
| | ||||||
* | clean up a merge conflict and remove a console message | Sean Dague | 2008-10-15 | 1 | -0/+1 | |
| | ||||||
* | - Added User Appearance Set and Get tests | Sean Dague | 2008-10-15 | 1 | -0/+10 | |
| | ||||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-15 | 1 | -2/+20 | |
| | | | | | | if the last commit is accepted | |||||
* | - Makes MySQL reject inserting UUID 0 | Sean Dague | 2008-10-15 | 1 | -5/+19 | |
| | | | | | | | | | | - Makes SQLite mimick MySQL default behavior on first and last name already on db: it does not insert the new record. - Added tests for UUID 0 and for new UUID with existing first and last name. | |||||
* | Removed some comments | Sean Dague | 2008-10-15 | 1 | -3/+1 | |
| | ||||||
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 1 | -13/+244 | |
| | ||||||
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -9/+9 | |
| | ||||||
* | stick a TODO in here about land tests, which really can't be done in | Sean Dague | 2008-10-01 | 1 | -1/+7 | |
| | | | | | | | the current state as the Land Object has all these live references back to Scene. | |||||
* | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 2008-10-01 | 1 | -3/+22 | |
| | | | | | | test for land. | |||||
* | remove tests for inventory | Sean Dague | 2008-10-01 | 1 | -0/+19 | |
| | ||||||
* | add basic store retrieve prim inventory test. the prim | Sean Dague | 2008-10-01 | 1 | -3/+60 | |
| | | | | | | inventory interfaces definitely need some rethinking. | |||||
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -5/+44 | |
| | | | | | | | | is not respected by sqlite or mysql drivers so that deleting and object in a region actually deletes that object from any region. | |||||
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 1 | -0/+20 | |
| | | | | | | translation in sqlite uncovered by this test. | |||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 4 | -4/+4 | |
| | ||||||
* | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 2008-09-24 | 1 | -3/+10 | |
| | | | | | | | sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it. | |||||
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 4 | -4/+4 | |
| | ||||||
* | * minor: warnings removal | Justin Clarke Casey | 2008-09-21 | 1 | -1/+1 | |
| | ||||||
* | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 2008-09-19 | 3 | -0/+27 | |
| | ||||||
* | add a region settings test | Sean Dague | 2008-09-19 | 1 | -0/+13 | |
| | ||||||
* | * 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. | |||||
* | 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. |