aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* All data tests made DBMS-independentAlexRa2010-05-231-1061/+0
* Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since...Justin Clark-Casey (justincc)2010-02-161-1/+1
* Put PassCollision on the ignore list for testing, since we don't save thatMelanie2009-12-311-0/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-121-1/+1
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+0
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-18/+18
* SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman2009-09-161-4/+2
* * Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis2009-08-161-12/+12
* * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis2009-08-161-1/+3
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-0/+47
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* make the asserts spit out messages about their test namesSean Dague2009-04-131-166/+166
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-2/+2
* * Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2009-04-011-5/+5
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+5
* * Apply http://opensimulator.org/mantis/view.php?id=3185idb2009-02-201-2/+3
* * Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey2009-02-191-0/+12
* * optimized usings.lbsa712009-02-121-7/+6
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-111-12/+36
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-1/+1
* * Minor test correction, comment removalSean Dague2008-12-031-1/+0
* Change the max value of the bytes in tests to 127. MySQL bytes are signedMelanie Thielker2008-11-261-5/+5
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-261-2/+2
* Reduce the numerical range of text values to match what MySQL offersMelanie Thielker2008-11-261-13/+13
* Comment one more field that can't be tested that way anymoreMelanie Thielker2008-11-261-1/+2
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-261-8/+0
* * Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey2008-11-251-5/+5
* * Remove direct access to Inventory.SerialJustin Clarke Casey2008-11-251-2/+2
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-8/+8
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-181-9/+139
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-151-2/+2
* Try to make the test pass againMelanie Thielker2008-11-141-1/+1
* Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker2008-11-141-2/+4
* reverting #7295, as it still fails a test case (as pointed out veryDr Scofield2008-11-141-4/+2
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-141-2/+4
* * 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