aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/InventoryTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-19/+14
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-8/+0
|
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-13/+13
|
* Add current method output to all persistence level tests so that we can ↵Justin Clark-Casey (justincc)2011-03-141-0/+27
| | | | track where we are in the test suite
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-03-121-1/+1
|
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-12/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* Another attempt at fixing failing test for creator info.Marck2010-11-261-2/+2
|
* Attempt at fixing failing test.Diva Canto2010-11-231-2/+4
|
* Add automated test at the opensim 'api' level to check that a given item ↵Justin Clark-Casey (justincc)2010-08-241-4/+0
| | | | | | goes to the correct directory Also removes some mono compiler warnings
* Various minor changes in the data testsAlexRa2010-05-231-3/+5
|
* Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-231-1/+28
| | | | | | | | The tests have been modified to work under NUnit 2.4.6 (the one currently used in the project). They will also work with NUnit 2.5+ as is, but will look better if you #define NUNIT25 for them.
* Bugfix in tests (must clear db before migrations, not after)AlexRa2010-05-231-1/+1
|
* All data tests made DBMS-independentAlexRa2010-05-231-0/+347