OpenSimMirror/OpenSim/Tests/Common/Setup
Justin Clark-Casey (justincc) 3d033520fa Fix deletion persistence when freshly delinked prims are removed
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 not 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.
2010-09-07 01:43:20 +01:00
..
AssetHelpers.cs create inactive test for iar folders/items merged with existing paths 2010-06-11 21:18:09 +01:00
BaseRequestHandlerTestHelper.cs Remove the methods for full inventory fetch from the connector. Remove tests 2009-09-17 23:55:06 +01:00
SceneSetupHelpers.cs Add test to check persistence of newly added pre-linked objects 2010-09-06 23:00:24 +01:00
UserInventoryTestUtils.cs Fix deletion persistence when freshly delinked prims are removed 2010-09-07 01:43:20 +01:00
UserProfileTestUtils.cs refactor: Make IAR tests set up standard iar for loading 2010-08-27 22:52:26 +01:00