allow AttachmentModule tests, some may now work

LSLKeyTest
UbitUmarov 2016-08-29 10:09:59 +01:00
parent 832758df2b
commit 2ab7248e31
1 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,6 @@ using OpenSim.Tests.Common;
namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
{ {
/*
/// <summary> /// <summary>
/// Attachment tests /// Attachment tests
/// </summary> /// </summary>
@ -845,7 +844,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule()); sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule());
// FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour // 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); UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1);
@ -1026,5 +1025,5 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
} }
} }
*/
} }