aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/InventoryTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-14/+14
|
* The old sqlite inventory data interface was still around and causing ↵Diva Canto2016-02-211-5/+0
| | | | problems: the only part of the code using it was the data (sqlite) tests. Given that this old interface has been obsolete for several years, it has now been removed, including the tests. TODO: Writing tests for the new (ah!) inventory data interface.
* Remove unmaintained MSSQL support.Justin Clark-Casey (justincc)2014-11-281-8/+0
| | | | | This has not been maintained for more than 2 years, is unimplemented for newer features (e.g. built-in groups) and has no core developers using it. If somebody fixes these issues then it could be reinstated.
* 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