mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
extend phantom flag regression test to toggle back off
This commit is contained in:
@@ -57,6 +57,10 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
|
||||
// Console.WriteLine("so.RootPart.Flags [{0}]", so.RootPart.Flags);
|
||||
Assert.That(rootPart.Flags, Is.EqualTo(PrimFlags.Phantom));
|
||||
|
||||
so.ScriptSetPhantomStatus(false);
|
||||
|
||||
Assert.That(rootPart.Flags, Is.EqualTo(PrimFlags.None));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user