aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs')
-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()