aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-26 22:17:27 +0100
committerJustin Clark-Casey (justincc)2011-08-26 22:17:27 +0100
commitdc61bf4b1f96323f1392c1b52e0c034f4945825d (patch)
tree77ddbf9783e35889592ac3d0c28406591cb0652b /OpenSim/Region/CoreModules/Avatar/Attachments/Tests
parentadd regression test for detaching an attachment to the scene (diff)
downloadopensim-SC_OLD-dc61bf4b1f96323f1392c1b52e0c034f4945825d.zip
opensim-SC_OLD-dc61bf4b1f96323f1392c1b52e0c034f4945825d.tar.gz
opensim-SC_OLD-dc61bf4b1f96323f1392c1b52e0c034f4945825d.tar.bz2
opensim-SC_OLD-dc61bf4b1f96323f1392c1b52e0c034f4945825d.tar.xz
comment out verbose test logging from last commit
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/Tests')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index afa61bc..072148c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -150,7 +150,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
150 public void TestDetachAttachmentToScene() 150 public void TestDetachAttachmentToScene()
151 { 151 {
152 TestHelpers.InMethod(); 152 TestHelpers.InMethod();
153 log4net.Config.XmlConfigurator.Configure(); 153// log4net.Config.XmlConfigurator.Configure();
154 154
155 UUID userId = TestHelpers.ParseTail(0x1); 155 UUID userId = TestHelpers.ParseTail(0x1);
156 UUID attItemId = TestHelpers.ParseTail(0x2); 156 UUID attItemId = TestHelpers.ParseTail(0x2);