remove unused test teardown method

This commit is contained in:
Justin Clark-Casey (justincc)
2011-02-18 22:22:51 +00:00
parent c763edf56d
commit c155f57dbe

View File

@@ -49,7 +49,7 @@ using OpenSim.Tests.Common.Setup;
namespace OpenSim.Region.Framework.Scenes.Tests
{
/// <summary>
/// Scene presence tests
/// Attachment tests
/// </summary>
[TestFixture]
public class AttachmentTests
@@ -86,13 +86,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
region2 = scene2.RegionInfo.RegionHandle;
SceneSetupHelpers.AddRootAgent(scene, agent1);
}
[TearDown]
public void TearDown()
{
if (MainServer.Instance != null) MainServer.Instance.Stop();
}
}
[Test]
public void T030_TestAddAttachments()