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/Framework | |
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/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||