aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/OpenSimTestCase.cs
diff options
context:
space:
mode:
authorDiva Canto2014-07-03 20:09:38 -0700
committerDiva Canto2014-07-03 20:09:38 -0700
commitd0782c2bc0f4d4f644188deec7638efaf8e81514 (patch)
tree3788483ff89a3134b98726d9cb782814aca9efc0 /OpenSim/Tests/Common/OpenSimTestCase.cs
parentAvoid an exception in creating child agents some times. (diff)
parentTemporarily disable new regression test TestLifecycle() until I have a chance... (diff)
downloadopensim-SC_OLD-d0782c2bc0f4d4f644188deec7638efaf8e81514.zip
opensim-SC_OLD-d0782c2bc0f4d4f644188deec7638efaf8e81514.tar.gz
opensim-SC_OLD-d0782c2bc0f4d4f644188deec7638efaf8e81514.tar.bz2
opensim-SC_OLD-d0782c2bc0f4d4f644188deec7638efaf8e81514.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Tests/Common/OpenSimTestCase.cs')
-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