aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests
diff options
context:
space:
mode:
authorUbitUmarov2016-08-29 10:19:02 +0100
committerUbitUmarov2016-08-29 10:19:02 +0100
commit9a67c9fd78cc4f11fa555497435472aa47b800d0 (patch)
tree04213b5f6396ede5e67a7484becff71ef884f3b8 /OpenSim/Region/CoreModules/Avatar/Attachments/Tests
parent allow AttachmentModule tests, some may now work (diff)
downloadopensim-SC_OLD-9a67c9fd78cc4f11fa555497435472aa47b800d0.zip
opensim-SC_OLD-9a67c9fd78cc4f11fa555497435472aa47b800d0.tar.gz
opensim-SC_OLD-9a67c9fd78cc4f11fa555497435472aa47b800d0.tar.bz2
opensim-SC_OLD-9a67c9fd78cc4f11fa555497435472aa47b800d0.tar.xz
disable AttachmentModule tests again :(
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/Tests')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index 9290e90..16f1952 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -55,6 +55,7 @@ using OpenSim.Tests.Common;
55 55
56namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests 56namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
57{ 57{
58/*
58 /// <summary> 59 /// <summary>
59 /// Attachment tests 60 /// Attachment tests
60 /// </summary> 61 /// </summary>
@@ -1025,5 +1026,5 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
1025 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); 1026 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
1026 } 1027 }
1027 } 1028 }
1028 1029*/
1029} 1030}