work around some 'tests' errors: add a httpserver

LSLKeyTest
UbitUmarov 2015-11-17 04:19:30 +00:00
parent 1e87e90915
commit 364082d0e8
1 changed files with 3 additions and 3 deletions

View File

@ -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 // 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. // CapabilitiesModule complain when it can't set up HTTP endpoints.
// BaseHttpServer httpServer = new BaseHttpServer(99999); BaseHttpServer httpServer = new BaseHttpServer(99999);
// MainServer.AddHttpServer(httpServer); MainServer.AddHttpServer(httpServer);
// MainServer.Instance = httpServer; MainServer.Instance = httpServer;
// We need entity transfer modules so that when sp2 logs into the east region, the region calls // 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. // EntityTransferModuleto set up a child agent on the west region.