diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Tests/LoginServiceTests.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs index 57a908e..0a9d2ae 100644 --- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | |||
@@ -362,6 +362,16 @@ namespace OpenSim.Framework.Communications.Tests | |||
362 | //Console.WriteLine("Finished T023_TestAuthenticatedLoginAlreadyLoggedIn()"); | 362 | //Console.WriteLine("Finished T023_TestAuthenticatedLoginAlreadyLoggedIn()"); |
363 | } | 363 | } |
364 | 364 | ||
365 | [TearDown] | ||
366 | public void TearDown() | ||
367 | { | ||
368 | try | ||
369 | { | ||
370 | if (MainServer.Instance != null) MainServer.Instance.Stop(); | ||
371 | } catch (NullReferenceException) | ||
372 | {} | ||
373 | } | ||
374 | |||
365 | public class TestLoginToRegionConnector : ILoginServiceToRegionsConnector | 375 | public class TestLoginToRegionConnector : ILoginServiceToRegionsConnector |
366 | { | 376 | { |
367 | private List<RegionInfo> m_regionsList = new List<RegionInfo>(); | 377 | private List<RegionInfo> m_regionsList = new List<RegionInfo>(); |