diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs index 8af1b38..9b5f52f 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
64 | [TestFixtureSetUp] | 64 | [TestFixtureSetUp] |
65 | public void Init() | 65 | public void Init() |
66 | { | 66 | { |
67 | TestHelper.InMethod(); | 67 | TestHelpers.InMethod(); |
68 | 68 | ||
69 | scene = SceneHelpers.SetupScene("Neighbour x", UUID.Random(), 1000, 1000); | 69 | scene = SceneHelpers.SetupScene("Neighbour x", UUID.Random(), 1000, 1000); |
70 | scene2 = SceneHelpers.SetupScene("Neighbour x+1", UUID.Random(), 1001, 1000); | 70 | scene2 = SceneHelpers.SetupScene("Neighbour x+1", UUID.Random(), 1001, 1000); |
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
97 | [Test] | 97 | [Test] |
98 | public void T010_TestAddRootAgent() | 98 | public void T010_TestAddRootAgent() |
99 | { | 99 | { |
100 | TestHelper.InMethod(); | 100 | TestHelpers.InMethod(); |
101 | 101 | ||
102 | string firstName = "testfirstname"; | 102 | string firstName = "testfirstname"; |
103 | 103 | ||
@@ -135,7 +135,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
135 | [Test] | 135 | [Test] |
136 | public void T011_TestRemoveRootAgent() | 136 | public void T011_TestRemoveRootAgent() |
137 | { | 137 | { |
138 | TestHelper.InMethod(); | 138 | TestHelpers.InMethod(); |
139 | 139 | ||
140 | scene.RemoveClient(agent1); | 140 | scene.RemoveClient(agent1); |
141 | 141 | ||
@@ -147,7 +147,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
147 | [Test] | 147 | [Test] |
148 | public void T012_TestAddNeighbourRegion() | 148 | public void T012_TestAddNeighbourRegion() |
149 | { | 149 | { |
150 | TestHelper.InMethod(); | 150 | TestHelpers.InMethod(); |
151 | 151 | ||
152 | string reason; | 152 | string reason; |
153 | 153 | ||
@@ -175,7 +175,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
175 | [Test] | 175 | [Test] |
176 | public void T013_TestRemoveNeighbourRegion() | 176 | public void T013_TestRemoveNeighbourRegion() |
177 | { | 177 | { |
178 | TestHelper.InMethod(); | 178 | TestHelpers.InMethod(); |
179 | 179 | ||
180 | ScenePresence presence = scene.GetScenePresence(agent1); | 180 | ScenePresence presence = scene.GetScenePresence(agent1); |
181 | presence.RemoveNeighbourRegion(region3); | 181 | presence.RemoveNeighbourRegion(region3); |
@@ -198,7 +198,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
198 | [Test] | 198 | [Test] |
199 | public void TestChildAgentEstablished() | 199 | public void TestChildAgentEstablished() |
200 | { | 200 | { |
201 | TestHelper.InMethod(); | 201 | TestHelpers.InMethod(); |
202 | // log4net.Config.XmlConfigurator.Configure(); | 202 | // log4net.Config.XmlConfigurator.Configure(); |
203 | 203 | ||
204 | UUID agent1Id = UUID.Parse("00000000-0000-0000-0000-000000000001"); | 204 | UUID agent1Id = UUID.Parse("00000000-0000-0000-0000-000000000001"); |
@@ -230,7 +230,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
230 | //[Test] | 230 | //[Test] |
231 | public void T021_TestCrossToNewRegion() | 231 | public void T021_TestCrossToNewRegion() |
232 | { | 232 | { |
233 | TestHelper.InMethod(); | 233 | TestHelpers.InMethod(); |
234 | 234 | ||
235 | scene.RegisterRegionWithGrid(); | 235 | scene.RegisterRegionWithGrid(); |
236 | scene2.RegisterRegionWithGrid(); | 236 | scene2.RegisterRegionWithGrid(); |