aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/UserInventoryTestUtils.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-1/+1
| | | | | | | | | | Previously, Scene.Inventory.DeRezObjects() forced the persistence of prims before deletion. This is necessary so that freshly delinked prims can be deleted (otherwise they remain as parts of their old group and reappear on server restart). However, DeRezObjects() deleted to user inventory, which is required by llDie() or direct region module unlink and deletion. Therefore, forced persistence has been pushed down into Scene.UnlinkSceneObject() to be more general, this is still on the DeRezObjects() path. Uncommented TestDelinkPersistence() since this now passes. Tests required considerable elaboration of MockRegionDataPlugin to reflect underlying storing of parts.
* create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-111-0/+18
| | | | add various helper functions for simplifying test readability
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
|
* extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)2009-09-081-0/+97
correct bug associated with this