aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/RegionTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various minor changes in the data testsAlexRa2010-05-231-2/+2
|
* Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-231-1/+26
| | | | | | | | 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
|
* Corrections in RegionTests.cs. It now fully works!AlexRa2010-05-231-48/+75
| | | | | | | | | The problem was that some tests relied on prior tests to leave the DB in a particular state, but the test class cleared the DB every time. The affected tests have been merged into one to remove the dependencies. tested on all 3 Dbs, all tests green.
* All data tests made DBMS-independentAlexRa2010-05-231-0/+1082