diff options
author | Diva Canto | 2014-07-03 20:09:38 -0700 |
---|---|---|
committer | Diva Canto | 2014-07-03 20:09:38 -0700 |
commit | d0782c2bc0f4d4f644188deec7638efaf8e81514 (patch) | |
tree | 3788483ff89a3134b98726d9cb782814aca9efc0 /OpenSim/Tests/Common/OpenSimTestCase.cs | |
parent | Avoid an exception in creating child agents some times. (diff) | |
parent | Temporarily disable new regression test TestLifecycle() until I have a chance... (diff) | |
download | opensim-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.cs | 1 |
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 | ||
28 | using System; | 28 | using System; |
29 | using NUnit.Framework; | 29 | using NUnit.Framework; |
30 | using OpenSim.Framework; | ||
30 | using OpenSim.Framework.Servers; | 31 | using OpenSim.Framework.Servers; |
31 | 32 | ||
32 | namespace OpenSim.Tests.Common | 33 | namespace OpenSim.Tests.Common |