aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2015-11-17 04:19:30 +0000
committerUbitUmarov2015-11-17 04:19:30 +0000
commit364082d0e81f1a8ba96c624e10b71be9b751351e (patch)
tree8f93255423bcd808ec35fe6b4ff7e4f9b7287206 /OpenSim/Region
parent work around some 'tests' errors: allow sitTargetposition and orientation to ... (diff)
downloadopensim-SC_OLD-364082d0e81f1a8ba96c624e10b71be9b751351e.zip
opensim-SC_OLD-364082d0e81f1a8ba96c624e10b71be9b751351e.tar.gz
opensim-SC_OLD-364082d0e81f1a8ba96c624e10b71be9b751351e.tar.bz2
opensim-SC_OLD-364082d0e81f1a8ba96c624e10b71be9b751351e.tar.xz
work around some 'tests' errors: add a httpserver
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs
index 3018d94..2409822 100644
--- a/OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs
@@ -68,9 +68,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat.Tests
68 { 68 {
69 // XXX: HTTP server is not (and should not be) necessary for this test, though it's absence makes the 69 // XXX: HTTP server is not (and should not be) necessary for this test, though it's absence makes the
70 // CapabilitiesModule complain when it can't set up HTTP endpoints. 70 // CapabilitiesModule complain when it can't set up HTTP endpoints.
71 // BaseHttpServer httpServer = new BaseHttpServer(99999); 71 BaseHttpServer httpServer = new BaseHttpServer(99999);
72 // MainServer.AddHttpServer(httpServer); 72 MainServer.AddHttpServer(httpServer);
73 // MainServer.Instance = httpServer; 73 MainServer.Instance = httpServer;
74 74
75 // We need entity transfer modules so that when sp2 logs into the east region, the region calls 75 // We need entity transfer modules so that when sp2 logs into the east region, the region calls
76 // EntityTransferModuleto set up a child agent on the west region. 76 // EntityTransferModuleto set up a child agent on the west region.