remove unused test teardown method

0.7.1-dev
Justin Clark-Casey (justincc) 2011-02-18 22:22:51 +00:00
parent c763edf56d
commit c155f57dbe
1 changed files with 2 additions and 8 deletions

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