aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests/AssetBaseTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-4/+0
|
* 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
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
| | | | 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-2/+1
| | | | unknown asset type, and log an error if it ever does happen
* Give m_test* methods more reasonable namesMike Mazur2009-06-121-25/+25
| | | | | | | Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*.
* Add copyright headers.Jeff Ames2009-04-141-1/+28
|
* Update svn properties.Jeff Ames2009-04-141-49/+49
|
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-091-0/+49