Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+1 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -1/+0 | |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | |||||
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-12-03 | Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
This required an option to be added to NullRegionData via ConnectionString for it to act as a non-static instance, so that regression tests (which only load this class once) don't get hopeless confused and complex to compensate. Normal standalone operation unaffected. | |||||
2011-05-21 | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
OpenSim.Tests.Common instead | |||||
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | |||||
2010-09-17 | * Add a few more tests to help our meager code coverage %. | Teravus Ovares (Dan Olivares) | 1 | -0/+96 | |
* Tests Animation Constructors * Tests Animation OSD Packing/Unpacking * Tests the PrimeNumberHelper class which is used in the cache. |