diff options
author | Justin Clark-Casey (justincc) | 2011-02-18 22:25:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-02-18 22:25:45 +0000 |
commit | 023f953f39709e90c8eb31bc332dc2c01346cbd9 (patch) | |
tree | c403dd921f414e47b39fe8b07179ea87b42544b8 | |
parent | remove unused test teardown method (diff) | |
download | opensim-SC_OLD-023f953f39709e90c8eb31bc332dc2c01346cbd9.zip opensim-SC_OLD-023f953f39709e90c8eb31bc332dc2c01346cbd9.tar.gz opensim-SC_OLD-023f953f39709e90c8eb31bc332dc2c01346cbd9.tar.bz2 opensim-SC_OLD-023f953f39709e90c8eb31bc332dc2c01346cbd9.tar.xz |
remove another unused test teardown method
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs index d82760e..ddff896 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | |||
@@ -331,12 +331,6 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
331 | Assert.That(presence.IsChildAgent, Is.False, "Presence was not made root in old region again."); | 331 | Assert.That(presence.IsChildAgent, Is.False, "Presence was not made root in old region again."); |
332 | } | 332 | } |
333 | 333 | ||
334 | [TearDown] | ||
335 | public void TearDown() | ||
336 | { | ||
337 | if (MainServer.Instance != null) MainServer.Instance.Stop(); | ||
338 | } | ||
339 | |||
340 | public static string GetRandomCapsObjectPath() | 334 | public static string GetRandomCapsObjectPath() |
341 | { | 335 | { |
342 | UUID caps = UUID.Random(); | 336 | UUID caps = UUID.Random(); |