aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-23All data tests made DBMS-independentAlexRa1-1061/+0
2010-02-16Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since...Justin Clark-Casey (justincc)1-1/+1
2009-12-31Put PassCollision on the ignore list for testing, since we don't save thatMelanie1-0/+1
2009-11-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-18/+18
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-4/+2
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis1-12/+12
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis1-1/+3
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-0/+47
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-13make the asserts spit out messages about their test namesSean Dague1-166/+166
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+2
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby1-5/+5
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+5
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb1-2/+3
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey1-0/+12
2009-02-12* optimized usings.lbsa711-7/+6
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-12/+36
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-1/+1
2008-12-03* Minor test correction, comment removalSean Dague1-1/+0
2008-11-26Change the max value of the bytes in tests to 127. MySQL bytes are signedMelanie Thielker1-5/+5
2008-11-26Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker1-2/+2
2008-11-26Reduce the numerical range of text values to match what MySQL offersMelanie Thielker1-13/+13
2008-11-26Comment one more field that can't be tested that way anymoreMelanie Thielker1-1/+2
2008-11-26Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker1-8/+0
2008-11-25* Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey1-5/+5
2008-11-25* Remove direct access to Inventory.SerialJustin Clarke Casey1-2/+2
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-8/+8
2008-11-18Fixed MySQL and SQLite so they will save theSean Dague1-9/+139
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-14Try to make the test pass againMelanie Thielker1-1/+1
2008-11-14Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker1-2/+4
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield1-4/+2
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+4
2008-11-10* refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey1-4/+2
2008-11-04- Added stronger persistence tests for BasicUserTestsSean Dague1-2/+2
2008-11-04- Stronger inventory testsSean Dague1-5/+119
2008-10-30* minor: remove mono warningJustin Clarke Casey1-1/+0
2008-10-30- Includes consistency test for new and updated objects, asSean Dague1-80/+106
2008-10-30Mid-work, trying to fix region part insertion and retrievalSean Dague1-9/+315
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-9/+9
2008-10-01stick a TODO in here about land tests, which really can't be done inSean Dague1-1/+7
2008-10-01enhance boundary tests for no terrain. Put in a null loadSean Dague1-3/+22
2008-10-01remove tests for inventorySean Dague1-0/+19
2008-10-01add basic store retrieve prim inventory test. the primSean Dague1-3/+60
2008-10-01add delete prim tests. Found and fixed bugs where regionSean Dague1-5/+44