diff options
author | Justin Clark-Casey (justincc) | 2012-07-10 23:04:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-10 23:04:44 +0100 |
commit | 9f01c3d4087266a8aa9a372a87ff78cae971d0c5 (patch) | |
tree | 52c56cfff7602502b1f209a3859f34ab87aff567 /OpenSim/Region/ScriptEngine/Shared | |
parent | Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava... (diff) | |
download | opensim-SC_OLD-9f01c3d4087266a8aa9a372a87ff78cae971d0c5.zip opensim-SC_OLD-9f01c3d4087266a8aa9a372a87ff78cae971d0c5.tar.gz opensim-SC_OLD-9f01c3d4087266a8aa9a372a87ff78cae971d0c5.tar.bz2 opensim-SC_OLD-9f01c3d4087266a8aa9a372a87ff78cae971d0c5.tar.xz |
Disable logging in regression test in OSSL_ApiAttachmentTests
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs index f5aa518..5ed1f3d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs | |||
@@ -179,7 +179,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
179 | public void TestOsForceAttachToOtherAvatarFromInventory() | 179 | public void TestOsForceAttachToOtherAvatarFromInventory() |
180 | { | 180 | { |
181 | TestHelpers.InMethod(); | 181 | TestHelpers.InMethod(); |
182 | TestHelpers.EnableLogging(); | 182 | // TestHelpers.EnableLogging(); |
183 | 183 | ||
184 | string taskInvObjItemName = "sphere"; | 184 | string taskInvObjItemName = "sphere"; |
185 | UUID taskInvObjItemId = UUID.Parse("00000000-0000-0000-0000-100000000000"); | 185 | UUID taskInvObjItemId = UUID.Parse("00000000-0000-0000-0000-100000000000"); |