Add basic TestCreateRootScenePresence() regression test

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-19 21:41:13 +01:00
parent e3db5fb603
commit 9ea09d785c
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ namespace OpenSim.Region.Framework.Scenes.Tests
Assert.That(sp, Is.Not.Null);
Assert.That(sp.IsChildAgent, Is.False);
Assert.That(sp.UUID, Is.EqualTo(spUuid));
Assert.That(scene.GetScenePresences().Count, Is.EqualTo(1));
}
[Test]