aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/PropertyScrambler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2012-11-24Consistenly 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-09Upgrade 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-22Changed asset CreatorID to a stringJohn Hurliman1-2/+2
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-2/+2
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman1-3/+2
unknown asset type, and log an error if it ever does happen
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-4/+31
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ↵Kunnis1-0/+159
of the tests clearer because I'm not constantly resetting properties.