aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/AssetHelpers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename test helpers enclosing package from Setup to HelpersJustin Clark-Casey (justincc)2011-05-211-143/+0
|
* add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)2011-05-201-3/+17
|
* Make all the objects in a coalescence reappears after being loaded from an ↵Justin Clark-Casey (justincc)2011-04-151-0/+7
| | | | | | | IAR. This still doesn't work proprerly since some required textures/contained item assets might be missing. From pure code inspection, it looks like the uuid gatherer may get most asset uuids because the scene object serializer naively pulls non-root parts from all contained scene objects into one mega-object. However, root part uuids may well still be missing, and there may be other odd artifacts from this bug. It appears that storing the size of the coalescence and the offsets is redundant, since one can work out this information from the position data already in the scene object groups.
* implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2011-04-141-2/+16
|
* Add coalesced scene objects class and serializer. This is currently only ↵Justin Clark-Casey (justincc)2011-04-131-0/+15
| | | | | | | | | used by the TestRezCoalescedObject() regression test. This structure matches the existing one for SceneObjects and will allow code to be reused by the uuid gatherer, other tests, etc. Test is not yet fully implemented due to a bug in rezzing coalesced objects where they all get the same name as the item. Only one object should get the same name as the item, which appears to be the one selected last when the the objects were coalesced in the first place. This bug will be addressed shortly.
* in AssetHelpers.CreateAsset(), create objects using the 'original' xml ↵Justin Clark-Casey (justincc)2011-03-101-1/+1
| | | | format rather than 'xml2'
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
|
* create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-111-12/+34
| | | | add various helper functions for simplifying test readability
* minor: refactor CreateAsset to eliminate dupe codeJustin Clark-Casey (justincc)2010-05-211-3/+5
|
* add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2010-05-211-3/+11
|
* 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-6/+3
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* Formatting cleanup.Jeff Ames2009-11-231-1/+1
|
* refactor: extract another test asset helper methodJustin Clark-Casey (justincc)2009-11-121-0/+13
|
* refactor some test asset creation into a helper classJustin Clark-Casey (justincc)2009-11-121-0/+51
remove mono compiler warning