Allow the osNpcCreate() function to accept a notecard name or asset for initial appearance

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-12 00:14:06 +01:00
parent d23d37d2aa
commit 0a1bbc27d2
2 changed files with 26 additions and 6 deletions

View File

@@ -78,11 +78,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
/// <summary>
/// Test creation of an NPC where the appearance data comes from a notecard
/// </summary>
//[Test]
[Test]
public void TestOsNpcCreateFromNotecard()
{
TestHelpers.InMethod();
log4net.Config.XmlConfigurator.Configure();
// log4net.Config.XmlConfigurator.Configure();
// Store an avatar with a different height from default in a notecard.
UUID userId = TestHelpers.ParseTail(0x1);