aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorUbitUmarov2016-08-29 10:09:59 +0100
committerUbitUmarov2016-08-29 10:09:59 +0100
commit2ab7248e31cc8f77b95d058a7202bfab67402a6d (patch)
treed3e3a52df038a90d7819dad96040bf624936b0a8 /OpenSim/Region/CoreModules
parentmantis: 8006 restrict the suspention of Trigger OnAttach to the problematic c... (diff)
downloadopensim-SC_OLD-2ab7248e31cc8f77b95d058a7202bfab67402a6d.zip
opensim-SC_OLD-2ab7248e31cc8f77b95d058a7202bfab67402a6d.tar.gz
opensim-SC_OLD-2ab7248e31cc8f77b95d058a7202bfab67402a6d.tar.bz2
opensim-SC_OLD-2ab7248e31cc8f77b95d058a7202bfab67402a6d.tar.xz
allow AttachmentModule tests, some may now work
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index ec1bc88..9290e90 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -55,7 +55,6 @@ using OpenSim.Tests.Common;
55 55
56namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests 56namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
57{ 57{
58/*
59 /// <summary> 58 /// <summary>
60 /// Attachment tests 59 /// Attachment tests
61 /// </summary> 60 /// </summary>
@@ -845,7 +844,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
845 sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule()); 844 sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule());
846 845
847 // FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour 846 // FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour
848 lscm.ServiceVersion = 0.1f; 847 //lscm.ServiceVersion = 0.1f;
849 848
850 UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1); 849 UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1);
851 850
@@ -1026,5 +1025,5 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
1026 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); 1025 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
1027 } 1026 }
1028 } 1027 }
1029*/ 1028
1030} 1029}