aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-13make the asserts spit out messages about their test namesSean Dague5-378/+378
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa711-17/+0
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa711-0/+17
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2-3/+3
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby1-5/+5
2009-03-11Remove chained tests in BasicGridTest.cs.Mike Mazur1-118/+88
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey5-5/+5
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke6-2/+20
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb1-2/+3
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-4/+29
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey1-0/+12
2009-02-18Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker1-15/+0
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-6/+6
2009-02-16line ending fixes and set native eol propertySean Dague1-62/+62
2009-02-14Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2-87/+493
2009-02-14Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+3
2009-02-12* optimized usings.lbsa716-31/+20
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-154/+154
2009-02-09Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke1-0/+154
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield5-6/+6
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-10/+10
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-10/+10
2009-01-14* Added MySQL Grid unit testsSean Dague1-0/+265
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 Dague2-3/+1
2008-12-03Extends Avatar Appearance testsSean Dague1-1/+109
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-18Extended Agent TestsSean Dague1-0/+46
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-06From: arthursv@linux.vnet.ibm.comSean Dague1-31/+141
2008-11-05add a test that ensures that databases work if email is null.Sean Dague1-0/+4
2008-11-04- Added stronger persistence tests for BasicUserTestsSean Dague2-13/+103
2008-11-04- Stronger inventory testsSean Dague1-5/+119
2008-11-04implement email field for MySQL and SQLiteSean Dague1-1/+5