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

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-02 01:26:58 +01:00
parent 46095c058e
commit 7bafee28fa
1 changed files with 1 additions and 0 deletions

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]