diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | 3 |
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 81e889d..b021a47 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | |||
@@ -135,6 +135,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests | |||
135 | 135 | ||
136 | IConfig xEngineConfig = config.AddConfig("XEngine"); | 136 | IConfig xEngineConfig = config.AddConfig("XEngine"); |
137 | xEngineConfig.Set("Enabled", "true"); | 137 | xEngineConfig.Set("Enabled", "true"); |
138 | xEngineConfig.Set("StartDelay", "0"); | ||
138 | 139 | ||
139 | // These tests will not run with AppDomainLoading = true, at least on mono. For unknown reasons, the call | 140 | // These tests will not run with AppDomainLoading = true, at least on mono. For unknown reasons, the call |
140 | // to AssemblyResolver.OnAssemblyResolve fails. | 141 | // to AssemblyResolver.OnAssemblyResolve fails. |
@@ -371,7 +372,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests | |||
371 | public void TestDetachScriptedAttachmentToInventory() | 372 | public void TestDetachScriptedAttachmentToInventory() |
372 | { | 373 | { |
373 | TestHelpers.InMethod(); | 374 | TestHelpers.InMethod(); |
374 | TestHelpers.EnableLogging(); | 375 | // TestHelpers.EnableLogging(); |
375 | 376 | ||
376 | Scene scene = CreateScriptingEnabledTestScene(); | 377 | Scene scene = CreateScriptingEnabledTestScene(); |
377 | UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(scene, 0x1); | 378 | UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(scene, 0x1); |