Disable logging in regression test in OSSL_ApiAttachmentTests
parent
bb2a9060f1
commit
222f844d65
|
@ -179,7 +179,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||||
public void TestOsForceAttachToOtherAvatarFromInventory()
|
public void TestOsForceAttachToOtherAvatarFromInventory()
|
||||||
{
|
{
|
||||||
TestHelpers.InMethod();
|
TestHelpers.InMethod();
|
||||||
TestHelpers.EnableLogging();
|
// TestHelpers.EnableLogging();
|
||||||
|
|
||||||
string taskInvObjItemName = "sphere";
|
string taskInvObjItemName = "sphere";
|
||||||
UUID taskInvObjItemId = UUID.Parse("00000000-0000-0000-0000-100000000000");
|
UUID taskInvObjItemId = UUID.Parse("00000000-0000-0000-0000-100000000000");
|
||||||
|
|
Loading…
Reference in New Issue