diff --git a/.nant/local.include b/.nant/local.include index 181c875a4b..35f00589e8 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -146,14 +146,14 @@ - + - - + + - + diff --git a/OpenSim/Tests/Torture/NPCTortureTests.cs b/OpenSim/Tests/Performance/NPCPerformanceTests.cs similarity index 98% rename from OpenSim/Tests/Torture/NPCTortureTests.cs rename to OpenSim/Tests/Performance/NPCPerformanceTests.cs index 731df6808c..627765b325 100644 --- a/OpenSim/Tests/Torture/NPCTortureTests.cs +++ b/OpenSim/Tests/Performance/NPCPerformanceTests.cs @@ -47,10 +47,10 @@ using OpenSim.Services.AvatarService; using OpenSim.Tests.Common; using OpenSim.Tests.Common.Mock; -namespace OpenSim.Tests.Torture +namespace OpenSim.Tests.Performance { /// - /// NPC torture tests + /// NPC performance tests /// /// /// Don't rely on the numbers given by these tests - they will vary a lot depending on what is already cached, @@ -58,7 +58,7 @@ namespace OpenSim.Tests.Torture /// earlier tests. /// [TestFixture] - public class NPCTortureTests + public class NPCPerformanceTests { private TestScene scene; private AvatarFactoryModule afm; diff --git a/OpenSim/Tests/Torture/ObjectTortureTests.cs b/OpenSim/Tests/Performance/ObjectPerformanceTests.cs similarity index 98% rename from OpenSim/Tests/Torture/ObjectTortureTests.cs rename to OpenSim/Tests/Performance/ObjectPerformanceTests.cs index 195d47bd52..2264d86246 100644 --- a/OpenSim/Tests/Torture/ObjectTortureTests.cs +++ b/OpenSim/Tests/Performance/ObjectPerformanceTests.cs @@ -36,10 +36,10 @@ using OpenSim.Region.Framework.Scenes; using OpenSim.Tests.Common; using OpenSim.Tests.Common.Mock; -namespace OpenSim.Tests.Torture +namespace OpenSim.Tests.Performance { /// - /// Object torture tests + /// Object performance tests /// /// /// Don't rely on the numbers given by these tests - they will vary a lot depending on what is already cached, @@ -47,7 +47,7 @@ namespace OpenSim.Tests.Torture /// earlier tests. /// [TestFixture] - public class ObjectTortureTests + public class ObjectPerformanceTests { [TearDown] public void TearDown() diff --git a/OpenSim/Tests/Torture/ScriptTortureTests.cs b/OpenSim/Tests/Performance/ScriptPerformanceTests.cs similarity index 98% rename from OpenSim/Tests/Torture/ScriptTortureTests.cs rename to OpenSim/Tests/Performance/ScriptPerformanceTests.cs index 24f278f3f8..d708abd1f4 100644 --- a/OpenSim/Tests/Torture/ScriptTortureTests.cs +++ b/OpenSim/Tests/Performance/ScriptPerformanceTests.cs @@ -42,10 +42,10 @@ using OpenSim.Region.ScriptEngine.XEngine; using OpenSim.Tests.Common; using OpenSim.Tests.Common.Mock; -namespace OpenSim.Tests.Torture +namespace OpenSim.Tests.Performance { /// - /// Script torture tests + /// Script performance tests /// /// /// Don't rely on the numbers given by these tests - they will vary a lot depending on what is already cached, @@ -53,7 +53,7 @@ namespace OpenSim.Tests.Torture /// earlier tests. /// [TestFixture] - public class ScriptTortureTests + public class ScriptPerformanceTests { private TestScene m_scene; private XEngine m_xEngine; diff --git a/prebuild.xml b/prebuild.xml index d9c16078e1..0f3471309d 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3290,7 +3290,7 @@ - + ../../../bin/