aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/PropertyScrambler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2012-11-241-1/+2
| | | | automatically turns off any logging enabled between tests
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-2/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-2/+2
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-2/+2
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-051-3/+2
| | | | unknown asset type, and log an error if it ever does happen
* Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames2009-08-171-4/+31
|
* * Added Expression based ignores to the PropertyScrambler, which makes a lot ↵Kunnis2009-08-161-0/+159
of the tests clearer because I'm not constantly resetting properties.