Don't unnecessarily remove from backup objects that were not directly attached from the scene.

These are never in region backup in the first place since recent 11830c43
Extend regression test to check backup status.
This commit is contained in:
Justin Clark-Casey (justincc)
2014-09-29 23:16:01 +01:00
parent 57e75d7c03
commit 2a9528fa22
3 changed files with 19 additions and 6 deletions

View File

@@ -611,7 +611,7 @@ namespace OpenSim.Tests.Common
//part.UpdatePrimFlags(false, false, true);
//part.ObjectFlags |= (uint)PrimFlags.Phantom;
scene.AddNewSceneObject(so, false);
scene.AddNewSceneObject(so, true);
return so;
}