remove another unused test teardown method

0.7.1-dev
Justin Clark-Casey (justincc) 2011-02-18 22:25:45 +00:00
parent c155f57dbe
commit 023f953f39
1 changed files with 0 additions and 6 deletions

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();