aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-18 22:22:51 +0000
committerJustin Clark-Casey (justincc)2011-02-18 22:22:51 +0000
commitc155f57dbe6b36697d2e1e50d4de43f7af2b97d1 (patch)
tree944c61e3720928e7fd6243463a600fd0c41a904b
parentseparate attachment tests out into their own class (diff)
downloadopensim-SC_OLD-c155f57dbe6b36697d2e1e50d4de43f7af2b97d1.zip
opensim-SC_OLD-c155f57dbe6b36697d2e1e50d4de43f7af2b97d1.tar.gz
opensim-SC_OLD-c155f57dbe6b36697d2e1e50d4de43f7af2b97d1.tar.bz2
opensim-SC_OLD-c155f57dbe6b36697d2e1e50d4de43f7af2b97d1.tar.xz
remove unused test teardown method
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs b/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
index 60e47f6..af44640 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
@@ -49,7 +49,7 @@ using OpenSim.Tests.Common.Setup;
49namespace OpenSim.Region.Framework.Scenes.Tests 49namespace OpenSim.Region.Framework.Scenes.Tests
50{ 50{
51 /// <summary> 51 /// <summary>
52 /// Scene presence tests 52 /// Attachment tests
53 /// </summary> 53 /// </summary>
54 [TestFixture] 54 [TestFixture]
55 public class AttachmentTests 55 public class AttachmentTests
@@ -86,13 +86,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
86 region2 = scene2.RegionInfo.RegionHandle; 86 region2 = scene2.RegionInfo.RegionHandle;
87 87
88 SceneSetupHelpers.AddRootAgent(scene, agent1); 88 SceneSetupHelpers.AddRootAgent(scene, agent1);
89 } 89 }
90
91 [TearDown]
92 public void TearDown()
93 {
94 if (MainServer.Instance != null) MainServer.Instance.Stop();
95 }
96 90
97 [Test] 91 [Test]
98 public void T030_TestAddAttachments() 92 public void T030_TestAddAttachments()