Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+1 | |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
automatically turns off any logging enabled between tests | |||||
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | |||||
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 1 | -2/+2 | |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 1 | -2/+2 | |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 1 | -3/+2 | |
unknown asset type, and log an error if it ever does happen | |||||
2009-08-17 | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 1 | -4/+31 | |
2009-08-16 | * Added Expression based ignores to the PropertyScrambler, which makes a lot ↵ | Kunnis | 1 | -0/+159 | |
of the tests clearer because I'm not constantly resetting properties. |