aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/OpenSimTestCase.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-02 23:48:44 +0100
committerJustin Clark-Casey2014-08-02 00:50:10 +0100
commitba745a524d4f13552f8ed3827a7315b3000cbe53 (patch)
treee0242a1495d2d3119a3559181186a1e16d61fd0a /OpenSim/Tests/Common/OpenSimTestCase.cs
parentminor: Change default max phys prim size in code to match OpenSimDefaults.ini (diff)
downloadopensim-SC_OLD-ba745a524d4f13552f8ed3827a7315b3000cbe53.zip
opensim-SC_OLD-ba745a524d4f13552f8ed3827a7315b3000cbe53.tar.gz
opensim-SC_OLD-ba745a524d4f13552f8ed3827a7315b3000cbe53.tar.bz2
opensim-SC_OLD-ba745a524d4f13552f8ed3827a7315b3000cbe53.tar.xz
Actually call Close() for shared region modules when the simulator is being shutdown.
Adds regression test for this case.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/OpenSimTestCase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/OpenSimTestCase.cs b/OpenSim/Tests/Common/OpenSimTestCase.cs
index 3c47faa..c1415af 100644
--- a/OpenSim/Tests/Common/OpenSimTestCase.cs
+++ b/OpenSim/Tests/Common/OpenSimTestCase.cs
@@ -27,6 +27,7 @@
27 27
28using System; 28using System;
29using NUnit.Framework; 29using NUnit.Framework;
30using OpenSim.Framework;
30using OpenSim.Framework.Servers; 31using OpenSim.Framework.Servers;
31 32
32namespace OpenSim.Tests.Common 33namespace OpenSim.Tests.Common