diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs index c781305..c00ef3c 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
57 | public UUID agent1, agent2, agent3; | 57 | public UUID agent1, agent2, agent3; |
58 | public static Random random; | 58 | public static Random random; |
59 | public ulong region1,region2,region3; | 59 | public ulong region1,region2,region3; |
60 | public CommunicationsManager cm; | 60 | public TestCommunicationsManager cm; |
61 | public AgentCircuitData acd1; | 61 | public AgentCircuitData acd1; |
62 | public SceneObjectGroup sog1, sog2, sog3; | 62 | public SceneObjectGroup sog1, sog2, sog3; |
63 | public TestClient testclient; | 63 | public TestClient testclient; |
diff --git a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs index 80d2ba9..a0c956e 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
60 | 60 | ||
61 | UUID sceneAId = UUID.Parse("00000000-0000-0000-0000-000000000100"); | 61 | UUID sceneAId = UUID.Parse("00000000-0000-0000-0000-000000000100"); |
62 | UUID sceneBId = UUID.Parse("00000000-0000-0000-0000-000000000200"); | 62 | UUID sceneBId = UUID.Parse("00000000-0000-0000-0000-000000000200"); |
63 | CommunicationsManager cm = new TestCommunicationsManager(); | 63 | TestCommunicationsManager cm = new TestCommunicationsManager(); |
64 | 64 | ||
65 | // shared module | 65 | // shared module |
66 | IRegionModule interregionComms = new RESTInterregionComms(); | 66 | IRegionModule interregionComms = new RESTInterregionComms(); |