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.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
index 64b3d67..46bfb30 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs
@@ -25,6 +25,8 @@
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28using System;
29using System.Reflection;
28using Nini.Config; 30using Nini.Config;
29using NUnit.Framework; 31using NUnit.Framework;
30using NUnit.Framework.SyntaxHelpers; 32using NUnit.Framework.SyntaxHelpers;
@@ -51,6 +53,8 @@ namespace OpenSim.Region.Framework.Scenes.Tests
51 [Test] 53 [Test]
52 public void TestSimpleNotNeighboursTeleport() 54 public void TestSimpleNotNeighboursTeleport()
53 { 55 {
56 Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod());
57
54 log4net.Config.XmlConfigurator.Configure(); 58 log4net.Config.XmlConfigurator.Configure();
55 59
56 UUID sceneAId = UUID.Parse("00000000-0000-0000-0000-000000000100"); 60 UUID sceneAId = UUID.Parse("00000000-0000-0000-0000-000000000100");