diff options
author | Justin Clark-Casey (justincc) | 2013-07-11 23:19:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-11 23:19:55 +0100 |
commit | 7c2e4786ce9b85459b8c8973f658aa9a221925dc (patch) | |
tree | a53cc45ad394b41945356f0823bd8a381fa936d0 /OpenSim | |
parent | minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp... (diff) | |
download | opensim-SC_OLD-7c2e4786ce9b85459b8c8973f658aa9a221925dc.zip opensim-SC_OLD-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.gz opensim-SC_OLD-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.bz2 opensim-SC_OLD-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.xz |
minor: remove some regression test logging switches accidentally left uncommented.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs b/OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs index 180a046..e812d81 100644 --- a/OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs +++ b/OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs | |||
@@ -151,7 +151,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest.Tests | |||
151 | public void Test404Response() | 151 | public void Test404Response() |
152 | { | 152 | { |
153 | TestHelpers.InMethod(); | 153 | TestHelpers.InMethod(); |
154 | TestHelpers.EnableLogging(); | 154 | // TestHelpers.EnableLogging(); |
155 | 155 | ||
156 | if (!Util.IsPlatformMono) | 156 | if (!Util.IsPlatformMono) |
157 | Assert.Ignore("Ignoring test since can only currently run on Mono"); | 157 | Assert.Ignore("Ignoring test since can only currently run on Mono"); |
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs index 5714042..b6fb730 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
59 | public void TestChildAgentSingleRegionCapabilities() | 59 | public void TestChildAgentSingleRegionCapabilities() |
60 | { | 60 | { |
61 | TestHelpers.InMethod(); | 61 | TestHelpers.InMethod(); |
62 | TestHelpers.EnableLogging(); | 62 | // TestHelpers.EnableLogging(); |
63 | 63 | ||
64 | UUID spUuid = TestHelpers.ParseTail(0x1); | 64 | UUID spUuid = TestHelpers.ParseTail(0x1); |
65 | 65 | ||