aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-09-19 22:45:50 +0100
committerJustin Clark-Casey (justincc)2013-09-19 22:45:50 +0100
commit979b17165b7e504385187ab082ef0a8cd50605bd (patch)
treec1a944a15b93f6e965f15a6c954c8c23a2476d58 /OpenSim/Region/Framework/Scenes/Tests
parentminor: Make SP.MakeRootAgent() private - no external code has any business ca... (diff)
downloadopensim-SC_OLD-979b17165b7e504385187ab082ef0a8cd50605bd.zip
opensim-SC_OLD-979b17165b7e504385187ab082ef0a8cd50605bd.tar.gz
opensim-SC_OLD-979b17165b7e504385187ab082ef0a8cd50605bd.tar.bz2
opensim-SC_OLD-979b17165b7e504385187ab082ef0a8cd50605bd.tar.xz
For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 teleport protocol even if SIMULATION/0.2 is available.
This is specified in the MaxOutgoingTransferVersion attribute of [EntityTransfer] in OpenSim.ini, see OpenSimDefaults.ini for more details. Default remains "SIMULATION/0.2" Primarily for http://opensimulator.org/mantis/view.php?id=6755
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs2
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 8c25dbc..3ba34dd 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