aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-171-1/+1
* - Removed debug print methodSean Dague2008-10-161-12/+1
* more fun with rebasingSean Dague2008-10-161-2/+12
* resorting out this merge from arthur, sorry for so many commits here.Sean Dague2008-10-161-8/+0
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+5
* - New attempt after merging problemSean Dague2008-10-161-5/+0
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+3
* - Removed a Console.Writeline and added a Test that will be changedSean Dague2008-10-161-2/+7
* - Removed debug print methodSean Dague2008-10-161-12/+1
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-8/+4
* clean up a merge conflict and remove a console messageSean Dague2008-10-151-0/+1
* - Added User Appearance Set and Get testsSean Dague2008-10-151-0/+10
* - Removed a Console.Writeline and added a Test that will be changedSean Dague2008-10-151-2/+20
* - Makes MySQL reject inserting UUID 0Sean Dague2008-10-151-5/+19
* Removed some commentsSean Dague2008-10-151-3/+1
* Merge commit 'arthur/master'Sean Dague2008-10-141-13/+244
* * 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-264-4/+4
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-241-3/+10
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-234-4/+4
* * minor: warnings removalJustin Clarke Casey2008-09-211-1/+1
* add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague2008-09-193-0/+27
* 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
* add an inventory change test.Sean Dague2008-09-161-0/+19
* 2 more InventoryItem tests, plus see if I can leave the log4netSean Dague2008-09-131-0/+24
* add first round of folder testsSean Dague2008-09-121-44/+98
* because UUID supports equality, we can do a straight equals instead ofSean Dague2008-09-121-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-124-0/+299
* change order in prebuild.xml so this works in nant on a cleanSean Dague2008-09-121-1/+1
* be more clever and move the bulk of the db tests for inventory intoSean Dague2008-09-121-0/+184