aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/AssetTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-26Minor correction to AssetTests.csAlexRa1-3/+3
(forgot to change test descriptions, has no effect on running the tests)
2010-05-23Various minor changes in the data testsAlexRa1-0/+8
2010-05-23Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa1-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.
2010-05-23BasicAssetTest.cs replaced by AssetTests.csAlexRa1-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!