aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
index 46bfb30..80d2ba9 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
@@ -35,6 +35,7 @@ using OpenSim.Framework;
35using OpenSim.Framework.Communications; 35using OpenSim.Framework.Communications;
36using OpenSim.Region.Framework.Interfaces; 36using OpenSim.Region.Framework.Interfaces;
37using OpenSim.Region.CoreModules.Communications.REST; 37using OpenSim.Region.CoreModules.Communications.REST;
38using OpenSim.Tests.Common;
38using OpenSim.Tests.Common.Mock; 39using OpenSim.Tests.Common.Mock;
39using OpenSim.Tests.Common.Setup; 40using OpenSim.Tests.Common.Setup;
40 41
@@ -50,10 +51,10 @@ namespace OpenSim.Region.Framework.Scenes.Tests
50 /// Test a teleport between two regions that are not neighbours and do not share any neighbours in common. 51 /// Test a teleport between two regions that are not neighbours and do not share any neighbours in common.
51 /// </summary> 52 /// </summary>
52 /// Does not yet do what is says on the tin. 53 /// Does not yet do what is says on the tin.
53 [Test] 54 [Test, LongRunning]
54 public void TestSimpleNotNeighboursTeleport() 55 public void TestSimpleNotNeighboursTeleport()
55 { 56 {
56 Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); 57 // Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod());
57 58
58 log4net.Config.XmlConfigurator.Configure(); 59 log4net.Config.XmlConfigurator.Configure();
59 60