From 14e407aff304a176bb5bd8bbca061ad0960f3fc1 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Thu, 8 Dec 2011 20:55:38 +0000
Subject: Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test
suite
---
.nant/local.include | 4 +---
OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.nant/local.include b/.nant/local.include
index 94f510f..a9ba17d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -117,12 +117,10 @@
-
@@ -351,7 +349,7 @@
-
+
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs
index e3b0eab..c6a5b98 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs
@@ -156,7 +156,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public void TestAddClient()
{
TestHelpers.InMethod();
- XmlConfigurator.Configure();
+// XmlConfigurator.Configure();
TestScene scene = SceneHelpers.SetupScene();
uint myCircuitCode = 123456;
--
cgit v1.1