From a9db266d93c3ec0f593879daf601f2055dc6fa3e Mon Sep 17 00:00:00 2001 From: Teravus Ovares (Dan Olivares) Date: Tue, 4 May 2010 22:16:07 -0400 Subject: * Added an important comment to warn people not to use MockConsole for anything but testing. --- OpenSim/Framework/Console/MockConsole.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework/Console/MockConsole.cs') diff --git a/OpenSim/Framework/Console/MockConsole.cs b/OpenSim/Framework/Console/MockConsole.cs index 57c56f1..9eb1977 100644 --- a/OpenSim/Framework/Console/MockConsole.cs +++ b/OpenSim/Framework/Console/MockConsole.cs @@ -5,6 +5,11 @@ using System.Text; namespace OpenSim.Framework.Console { + /// + /// This is a Fake console that's used when setting up the Scene in Unit Tests + /// Don't use this except for Unit Testing or you're in for a world of hurt when the + /// sim gets to ReadLine + /// public class MockConsole : CommandConsole { public MockConsole(string defaultPrompt) : base(defaultPrompt) -- cgit v1.1