rename TestHelper => TestHelpers for consistency

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-06 00:31:03 +01:00
parent bda1a4be45
commit dad1d6df18
33 changed files with 141 additions and 141 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
[Test]
public void TestSetPhantom()
{
TestHelper.InMethod();
TestHelpers.InMethod();
// Scene scene = SceneSetupHelpers.SetupScene();
SceneObjectGroup so = SceneHelpers.CreateSceneObject(1, UUID.Zero);