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

iar_mods
Justin Clark-Casey (justincc) 2012-01-12 23:46:43 +00:00
parent beab155434
commit 47377f17c6
1 changed files with 2 additions and 0 deletions

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>