aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/AssetTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor correction to AssetTests.csAlexRa2010-05-261-3/+3
| | | | (forgot to change test descriptions, has no effect on running the tests)
* Various minor changes in the data testsAlexRa2010-05-231-0/+8
|
* Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-231-5/+57
| | | | | | | | 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.
* BasicAssetTest.cs replaced by AssetTests.csAlexRa2010-05-231-0/+161
AssetTests: The name has changed to reflect the fact it is no longer a base class, but the complete asset test for all supported databases. The test can also check storing of CreatorID, but the feature is disabled at this commit!