Add missing assert to confirm owner delete succeeded to the end of TestOsNpcRemoveOwned()

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-12 23:46:43 +00:00
parent beab155434
commit 47377f17c6

View File

@@ -127,6 +127,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
npc = m_scene.GetScenePresence(npcId);
// Now the owner deleted it and it's gone
Assert.That(npc, Is.Null);
}
/// <summary>