Get rid of accidental scene start left in ScenePresenceAutopilotTests

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-12 03:20:27 +01:00
parent b9c2a1508e
commit fba59d905c

View File

@@ -65,7 +65,6 @@ namespace OpenSim.Region.Framework.Scenes.Tests
public void Init()
{
m_scene = new SceneHelpers().SetupScene();
m_scene.Start();
}
[Test]