remove another unused test teardown method

This commit is contained in:
Justin Clark-Casey (justincc)
2011-02-18 22:25:45 +00:00
parent c155f57dbe
commit 023f953f39

View File

@@ -331,12 +331,6 @@ namespace OpenSim.Region.Framework.Scenes.Tests
Assert.That(presence.IsChildAgent, Is.False, "Presence was not made root in old region again.");
}
[TearDown]
public void TearDown()
{
if (MainServer.Instance != null) MainServer.Instance.Stop();
}
public static string GetRandomCapsObjectPath()
{
UUID caps = UUID.Random();