Re-enabled NPCModuleTests.TestCreate()

master-beforevarregion
Justin Clark-Casey (justincc) 2014-01-27 22:56:51 +00:00
parent 0eda7dd1c7
commit e2fbc88d98
1 changed files with 1 additions and 3 deletions

View File

@ -110,8 +110,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
// ScenePresence.SendInitialData() to reset our entire appearance.
m_scene.AssetService.Store(AssetHelpers.CreateNotecardAsset(originalFace8TextureId));
/*
m_afMod.SetAppearance(sp, originalTe, null);
m_afMod.SetAppearance(sp, originalTe, null, null);
UUID npcId = m_npcMod.CreateNPC("John", "Smith", new Vector3(128, 128, 30), UUID.Zero, true, m_scene, sp.Appearance);
@ -126,7 +125,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
// Have to account for both SP and NPC.
Assert.That(m_scene.AuthenticateHandler.GetAgentCircuits().Count, Is.EqualTo(2));
*/
}
[Test]