aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/DoubleToleranceConstraint.cs2
-rw-r--r--OpenSim/Tests/Common/TestHelper.cs2
-rw-r--r--OpenSim/Tests/OpenSim/Framework/UtilTest.cs1
-rw-r--r--OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs5
4 files changed, 3 insertions, 7 deletions
diff --git a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
index 834d1a3..3363c54 100644
--- a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
+++ b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
@@ -27,8 +27,6 @@
27 27
28using System; 28using System;
29using NUnit.Framework; 29using NUnit.Framework;
30using NUnit.Framework.Constraints;
31using OpenSim.Tests.Common;
32 30
33namespace OpenSim.Tests.Common 31namespace OpenSim.Tests.Common
34{ 32{
diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs
index 83f62e3..6853e55 100644
--- a/OpenSim/Tests/Common/TestHelper.cs
+++ b/OpenSim/Tests/Common/TestHelper.cs
@@ -26,8 +26,6 @@
26 */ 26 */
27 27
28using System; 28using System;
29using System.Collections.Generic;
30using System.Text;
31 29
32namespace OpenSim.Tests.Common 30namespace OpenSim.Tests.Common
33{ 31{
diff --git a/OpenSim/Tests/OpenSim/Framework/UtilTest.cs b/OpenSim/Tests/OpenSim/Framework/UtilTest.cs
index 39aaa6b..121ee93 100644
--- a/OpenSim/Tests/OpenSim/Framework/UtilTest.cs
+++ b/OpenSim/Tests/OpenSim/Framework/UtilTest.cs
@@ -28,7 +28,6 @@
28using libsecondlife; 28using libsecondlife;
29using NUnit.Framework; 29using NUnit.Framework;
30using NUnit.Framework.SyntaxHelpers; 30using NUnit.Framework.SyntaxHelpers;
31
32using OpenSim.Tests.Common; 31using OpenSim.Tests.Common;
33 32
34namespace OpenSim.Framework.Tests 33namespace OpenSim.Framework.Tests
diff --git a/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs b/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs
index e3f8227..711e8b4 100644
--- a/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs
+++ b/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs
@@ -26,6 +26,7 @@
26 */ 26 */
27 27
28using System; 28using System;
29using log4net.Config;
29 30
30namespace OpenSim.Tests.UserServer.Stress 31namespace OpenSim.Tests.UserServer.Stress
31{ 32{
@@ -36,9 +37,9 @@ namespace OpenSim.Tests.UserServer.Stress
36 { 37 {
37 public static void Main(string[] args) 38 public static void Main(string[] args)
38 { 39 {
39 log4net.Config.XmlConfigurator.Configure(); 40 XmlConfigurator.Configure();
40 41
41 System.Console.WriteLine("Aborting - not yet functional"); 42 Console.WriteLine("Aborting - not yet functional");
42 } 43 }
43 } 44 }
44} 45}