diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | 5 |
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 | ||
56 | namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests | 56 | namespace 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 | } |