diff options
author | Justin Clark-Casey (justincc) | 2013-09-27 22:33:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-27 22:34:24 +0100 |
commit | 1e48bf43a32dbf56e09b0aeaaf2ea0503c034e67 (patch) | |
tree | 9f9342bf449f62ef402fbd083c89f3bf05df2369 | |
parent | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... (diff) | |
download | opensim-SC_OLD-1e48bf43a32dbf56e09b0aeaaf2ea0503c034e67.zip opensim-SC_OLD-1e48bf43a32dbf56e09b0aeaaf2ea0503c034e67.tar.gz opensim-SC_OLD-1e48bf43a32dbf56e09b0aeaaf2ea0503c034e67.tar.bz2 opensim-SC_OLD-1e48bf43a32dbf56e09b0aeaaf2ea0503c034e67.tar.xz |
minor: Disable logging left active on regression test TestSameSimulatorIsolatedRegionsV2()
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs index 3ba34dd..8c25dbc 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs | |||
@@ -185,7 +185,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
185 | public void TestSameSimulatorIsolatedRegionsV2() | 185 | public void TestSameSimulatorIsolatedRegionsV2() |
186 | { | 186 | { |
187 | TestHelpers.InMethod(); | 187 | TestHelpers.InMethod(); |
188 | TestHelpers.EnableLogging(); | 188 | // TestHelpers.EnableLogging(); |
189 | 189 | ||
190 | UUID userId = TestHelpers.ParseTail(0x1); | 190 | UUID userId = TestHelpers.ParseTail(0x1); |
191 | 191 | ||