Removing warning from SceneObjectLinkingTests.TestLinkDelink2SceneObjects() by actually checking whether delinked grp3 is not null

This commit is contained in:
Justin Clark-Casey (justincc)
2014-04-02 01:26:58 +01:00
parent 46095c058e
commit 7bafee28fa

View File

@@ -148,6 +148,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
Assert.That(grp1.Parts.Length, Is.EqualTo(1), "Group 1 still contained part2 after delink.");
Assert.That(part2.AbsolutePosition == Vector3.Zero, "The absolute position should be zero");
Assert.NotNull(grp3);
}
[Test]