aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-1/+1
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2009-11-23Formatting cleanup.Jeff Ames1-2/+2
2009-11-12refactor: extract another test asset helper methodJustin Clark-Casey (justincc)1-4/+3
2009-11-12Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)1-1/+1
remove duplicate mock inventory service
2009-11-12Stop iar save failing on corrupt assetsJustin Clark-Casey (justincc)1-4/+27
Not ideal since one will still have to watch out for big 'corrupt asset' messages in the log, but better than an outright fail
2009-11-12minor: refactor common setup in uuid gatherer testJustin Clark-Casey (justincc)1-3/+10
2009-11-12minor: remove mono compiler warningJustin Clark-Casey (justincc)1-0/+1
2009-11-11Add basic new uuid gatherer tests to check behaviour when the gather seed is ↵Justin Clark-Casey (justincc)1-24/+19
a missing asset
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-07-11Update svn properties.Jeff Ames1-35/+35
2008-07-08* Split out various classes from IClientAPI into their own files, in ↵lbsa711-0/+36
accordance with code standards