diff options
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs index a152ea6..c11691f 100644 --- a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs +++ b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | |||
@@ -33,6 +33,7 @@ using OpenMetaverse; | |||
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using OpenSim.Framework.Communications; | 34 | using OpenSim.Framework.Communications; |
35 | using OpenSim.Framework.Communications.Cache; | 35 | using OpenSim.Framework.Communications.Cache; |
36 | using OpenSim.Framework.Console; | ||
36 | using OpenSim.Framework.Servers; | 37 | using OpenSim.Framework.Servers; |
37 | using OpenSim.Framework.Servers.HttpServer; | 38 | using OpenSim.Framework.Servers.HttpServer; |
38 | using OpenSim.Region.Physics.Manager; | 39 | using OpenSim.Region.Physics.Manager; |
@@ -105,6 +106,9 @@ namespace OpenSim.Tests.Common.Setup | |||
105 | string name, UUID id, uint x, uint y, TestCommunicationsManager cm, bool startServices) | 106 | string name, UUID id, uint x, uint y, TestCommunicationsManager cm, bool startServices) |
106 | { | 107 | { |
107 | Console.WriteLine("Setting up test scene {0}", name); | 108 | Console.WriteLine("Setting up test scene {0}", name); |
109 | |||
110 | // We must set up a console otherwise setup of some modules may fail | ||
111 | MainConsole.Instance = new LocalConsole("TEST PROMPT"); | ||
108 | 112 | ||
109 | MainServer.Instance = new BaseHttpServer(980); | 113 | MainServer.Instance = new BaseHttpServer(980); |
110 | RegionInfo regInfo = new RegionInfo(x, y, new IPEndPoint(IPAddress.Loopback, 9000), "127.0.0.1"); | 114 | RegionInfo regInfo = new RegionInfo(x, y, new IPEndPoint(IPAddress.Loopback, 9000), "127.0.0.1"); |