aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/InventoryTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+0
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-13/+13
2011-03-14Add current method output to all persistence level tests so that we can track...Justin Clark-Casey (justincc)1-0/+27
2011-03-12minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-12/+0
2010-11-26Another attempt at fixing failing test for creator info.Marck1-2/+2
2010-11-23Attempt at fixing failing test.Diva Canto1-2/+4
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-4/+0
2010-05-23Various minor changes in the data testsAlexRa1-3/+5
2010-05-23Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa1-1/+28
2010-05-23Bugfix in tests (must clear db before migrations, not after)AlexRa1-1/+1
2010-05-23All data tests made DBMS-independentAlexRa1-43/+51
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis1-27/+17
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis1-7/+49
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis1-0/+1
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-11/+26
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-41/+41
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-1/+1
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+3
2009-02-12* optimized usings.lbsa711-5/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-10/+10
2008-09-26* minor: remove warningsJustin Clarke Casey1-1/+1
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague1-1/+1
2008-09-19add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague1-0/+9
2008-09-16add an inventory change test.Sean Dague1-0/+19
2008-09-132 more InventoryItem tests, plus see if I can leave the log4netSean Dague1-0/+24
2008-09-12add first round of folder testsSean Dague1-44/+98
2008-09-12move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague1-0/+0
2008-09-12change order in prebuild.xml so this works in nant on a cleanSean Dague1-1/+1
2008-09-12be more clever and move the bulk of the db tests for inventory intoSean Dague1-19/+5
2008-09-11more inventory folder testsSean Dague1-10/+55
2008-09-11add some folder create and list testsSean Dague1-1/+40
2008-09-11added simple add / exists folder checkSean Dague1-0/+41
2008-09-10added very basic stubs for User and Inventory db creates and emptySean Dague1-23/+5
2008-09-10fix typo in name of test dbSean Dague1-1/+1
2008-09-10add basic sniff tests for SQLite Asset store. Initializes a db,Sean Dague1-51/+43
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-10/+10
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-1/+1
2008-07-18Patch #9151Melanie Thielker1-16/+0
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-0/+9
2008-06-26Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. Thanks...Jeff Ames1-0/+3
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+16
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-04-03move NullStorage => OpenSim.Data.Null to be consistant withSean Dague1-1/+1
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-2/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1