Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename UserInventoryTestsUtils -> UserInventoryHelpers for consistency | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -115/+0 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -2/+2 |
| | |||||
* | Fix deletion persistence when freshly delinked prims are removed | Justin Clark-Casey (justincc) | 2010-09-07 | 1 | -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 paths | Justin Clark-Casey (justincc) | 2010-06-11 | 1 | -0/+18 |
| | | | | add various helper functions for simplifying test readability | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | |||||
* | extend load iar test to loading into a deeply nested directory | Justin Clark-Casey (justincc) | 2009-09-08 | 1 | -0/+97 |
correct bug associated with this |