From 2ab7248e31cc8f77b95d058a7202bfab67402a6d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 29 Aug 2016 10:09:59 +0100 Subject: [PATCH] allow AttachmentModule tests, some may now work --- .../Avatar/Attachments/Tests/AttachmentsModuleTests.cs | 5 ++--- 1 file 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 ec1bc88a12..9290e90537 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; namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests { -/* /// /// Attachment tests /// @@ -845,7 +844,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule()); // FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour - lscm.ServiceVersion = 0.1f; + //lscm.ServiceVersion = 0.1f; UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1); @@ -1026,5 +1025,5 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); } } -*/ + }