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/Region/CoreModules/Scripting/HttpRequest | |
parent | minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp... (diff) | |
download | opensim-SC-7c2e4786ce9b85459b8c8973f658aa9a221925dc.zip opensim-SC-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.gz opensim-SC-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.bz2 opensim-SC-7c2e4786ce9b85459b8c8973f658aa9a221925dc.tar.xz |
minor: remove some regression test logging switches accidentally left uncommented.
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/HttpRequest')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/HttpRequest/Tests/ScriptsHttpRequestsTests.cs | 2 |
1 files changed, 1 insertions, 1 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"); |