Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -3/+21 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -15/+9 | |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
automatically turns off any logging enabled between tests | |||||
2011-08-06 | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2011-03-14 | Add current method output to all persistence level tests so that we can ↵ | Justin Clark-Casey (justincc) | 1 | -0/+7 | |
track where we are in the test suite | |||||
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 1 | -17/+1 | |
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | |||||
2010-05-26 | Minor correction to AssetTests.cs | AlexRa | 1 | -3/+3 | |
(forgot to change test descriptions, has no effect on running the tests) | |||||
2010-05-23 | Various minor changes in the data tests | AlexRa | 1 | -0/+8 | |
2010-05-23 | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 1 | -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-23 | BasicAssetTest.cs replaced by AssetTests.cs | AlexRa | 1 | -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! |