From 6a1b787436cc59043a26a296781e7a7b5ea0c67b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 14 May 2008 05:33:32 +0000 Subject: More formatting cleanup. --- OpenSim/TestSuite/Main.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'OpenSim/TestSuite/Main.cs') diff --git a/OpenSim/TestSuite/Main.cs b/OpenSim/TestSuite/Main.cs index 213f02c..1a9aa0e 100644 --- a/OpenSim/TestSuite/Main.cs +++ b/OpenSim/TestSuite/Main.cs @@ -44,7 +44,6 @@ namespace OpenSim.TestSuite { public static void Main(string[] args) { - // TODO: config parser // TODO: load tests from addings @@ -52,9 +51,12 @@ namespace OpenSim.TestSuite // TODO: create base bot cloud for use in tests IConfig config = ParseConfig(args); - if (config.Get("help") != null || config.Get("loginuri") == null) { + if (config.Get("help") != null || config.Get("loginuri") == null) + { Help(); - } else { + } + else + { // TODO: unused: int botcount = config.GetInt("botcount", 1); // BotManager bm = new BotManager(); -- cgit v1.1