diff options
author | Justin Clark-Casey (justincc) | 2011-08-12 00:14:06 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-12 00:14:06 +0100 |
commit | 0a1bbc27d26a430c53e84e22b7aad0df2f1f4a09 (patch) | |
tree | c88a450a101b792e9faaa2b7761c4cf47bf681c8 /OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs | |
parent | implement osNpcGetPos() (diff) | |
download | opensim-SC-0a1bbc27d26a430c53e84e22b7aad0df2f1f4a09.zip opensim-SC-0a1bbc27d26a430c53e84e22b7aad0df2f1f4a09.tar.gz opensim-SC-0a1bbc27d26a430c53e84e22b7aad0df2f1f4a09.tar.bz2 opensim-SC-0a1bbc27d26a430c53e84e22b7aad0df2f1f4a09.tar.xz |
Allow the osNpcCreate() function to accept a notecard name or asset for initial appearance
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs index 85cf507..7573dff 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs | |||
@@ -78,11 +78,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
78 | /// <summary> | 78 | /// <summary> |
79 | /// Test creation of an NPC where the appearance data comes from a notecard | 79 | /// Test creation of an NPC where the appearance data comes from a notecard |
80 | /// </summary> | 80 | /// </summary> |
81 | //[Test] | 81 | [Test] |
82 | public void TestOsNpcCreateFromNotecard() | 82 | public void TestOsNpcCreateFromNotecard() |
83 | { | 83 | { |
84 | TestHelpers.InMethod(); | 84 | TestHelpers.InMethod(); |
85 | log4net.Config.XmlConfigurator.Configure(); | 85 | // log4net.Config.XmlConfigurator.Configure(); |
86 | 86 | ||
87 | // Store an avatar with a different height from default in a notecard. | 87 | // Store an avatar with a different height from default in a notecard. |
88 | UUID userId = TestHelpers.ParseTail(0x1); | 88 | UUID userId = TestHelpers.ParseTail(0x1); |