From 364082d0e81f1a8ba96c624e10b71be9b751351e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 17 Nov 2015 04:19:30 +0000 Subject: work around some 'tests' errors: add a httpserver --- OpenSim/Region/CoreModules/Avatar/Chat/Tests/ChatModuleTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region') 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 { // XXX: HTTP server is not (and should not be) necessary for this test, though it's absence makes the // CapabilitiesModule complain when it can't set up HTTP endpoints. - // BaseHttpServer httpServer = new BaseHttpServer(99999); - // MainServer.AddHttpServer(httpServer); - // MainServer.Instance = httpServer; + BaseHttpServer httpServer = new BaseHttpServer(99999); + MainServer.AddHttpServer(httpServer); + MainServer.Instance = httpServer; // We need entity transfer modules so that when sp2 logs into the east region, the region calls // EntityTransferModuleto set up a child agent on the west region. -- cgit v1.1