aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/InventoryTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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