aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-101-4/+2
* - Added stronger persistence tests for BasicUserTestsSean Dague2008-11-041-2/+2
* - Stronger inventory testsSean Dague2008-11-041-5/+119
* * minor: remove mono warningJustin Clarke Casey2008-10-301-1/+0
* - Includes consistency test for new and updated objects, asSean Dague2008-10-301-80/+106
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-9/+315
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-9/+9
* stick a TODO in here about land tests, which really can't be done inSean Dague2008-10-011-1/+7
* enhance boundary tests for no terrain. Put in a null loadSean Dague2008-10-011-3/+22
* remove tests for inventorySean Dague2008-10-011-0/+19
* add basic store retrieve prim inventory test. the primSean Dague2008-10-011-3/+60
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-011-5/+44
* add a test for updating region settings and fix a bug in uuidSean Dague2008-09-291-0/+20
* * minor: remove warningsJustin Clarke Casey2008-09-261-1/+1
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-231-1/+1
* * minor: warnings removalJustin Clarke Casey2008-09-211-1/+1
* add a region settings testSean Dague2008-09-191-0/+13
* * Updates the SQLite region database to support the same properties that the ...Teravus Ovares2008-09-181-1/+10
* add some comments and some try blocks around object storageSean Dague2008-09-181-3/+26
* Added some terrain tests, and found a fun race condition in the sqliteSean Dague2008-09-161-10/+81
* we can use equals on strings because they are comparible, andSean Dague2008-09-161-3/+3
* use new style asserts. They are much easier to read.Sean Dague2008-09-121-2/+2
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+132