diff options
author | Justin Clark-Casey (justincc) | 2013-08-17 00:24:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-17 00:24:56 +0100 |
commit | f5d3145bea75fe2c84f49685031443c6826ffae7 (patch) | |
tree | 929c59fbd7502a1ce55972766d69cd868521e102 /OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs | |
parent | Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity tr... (diff) | |
download | opensim-SC-f5d3145bea75fe2c84f49685031443c6826ffae7.zip opensim-SC-f5d3145bea75fe2c84f49685031443c6826ffae7.tar.gz opensim-SC-f5d3145bea75fe2c84f49685031443c6826ffae7.tar.bz2 opensim-SC-f5d3145bea75fe2c84f49685031443c6826ffae7.tar.xz |
Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regression test for v2 transfers.
Also adjusts names of teleport setup helpers in EntityTransferHelpers
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs index 5df9aba..12a778b 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCrossingTests.cs | |||
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
97 | AgentCircuitData acd = SceneHelpers.GenerateAgentData(userId); | 97 | AgentCircuitData acd = SceneHelpers.GenerateAgentData(userId); |
98 | TestClient tc = new TestClient(acd, sceneA); | 98 | TestClient tc = new TestClient(acd, sceneA); |
99 | List<TestClient> destinationTestClients = new List<TestClient>(); | 99 | List<TestClient> destinationTestClients = new List<TestClient>(); |
100 | EntityTransferHelpers.SetUpInformClientOfNeighbour(tc, destinationTestClients); | 100 | EntityTransferHelpers.SetupInformClientOfNeighbourTriggersNeighbourClientCreate(tc, destinationTestClients); |
101 | 101 | ||
102 | ScenePresence originalSp = SceneHelpers.AddScenePresence(sceneA, tc, acd); | 102 | ScenePresence originalSp = SceneHelpers.AddScenePresence(sceneA, tc, acd); |
103 | originalSp.AbsolutePosition = new Vector3(128, 32, 10); | 103 | originalSp.AbsolutePosition = new Vector3(128, 32, 10); |