Add missing assert to confirm owner delete succeeded to the end of TestOsNpcRemoveOwned()
parent
beab155434
commit
47377f17c6
|
@ -127,6 +127,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||||
|
|
||||||
npc = m_scene.GetScenePresence(npcId);
|
npc = m_scene.GetScenePresence(npcId);
|
||||||
|
|
||||||
|
// Now the owner deleted it and it's gone
|
||||||
|
Assert.That(npc, Is.Null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue