aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite
diff options
context:
space:
mode:
authorJeff Ames2008-05-14 05:33:32 +0000
committerJeff Ames2008-05-14 05:33:32 +0000
commit6a1b787436cc59043a26a296781e7a7b5ea0c67b (patch)
tree10f55a7b0abfdc47f103d40f13f3cae530c13581 /OpenSim/TestSuite
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.zip
opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.gz
opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.bz2
opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.xz
More formatting cleanup.
Diffstat (limited to 'OpenSim/TestSuite')
-rw-r--r--OpenSim/TestSuite/Main.cs8
1 files changed, 5 insertions, 3 deletions
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
44 { 44 {
45 public static void Main(string[] args) 45 public static void Main(string[] args)
46 { 46 {
47
48 // TODO: config parser 47 // TODO: config parser
49 48
50 // TODO: load tests from addings 49 // TODO: load tests from addings
@@ -52,9 +51,12 @@ namespace OpenSim.TestSuite
52 // TODO: create base bot cloud for use in tests 51 // TODO: create base bot cloud for use in tests
53 52
54 IConfig config = ParseConfig(args); 53 IConfig config = ParseConfig(args);
55 if (config.Get("help") != null || config.Get("loginuri") == null) { 54 if (config.Get("help") != null || config.Get("loginuri") == null)
55 {
56 Help(); 56 Help();
57 } else { 57 }
58 else
59 {
58 // TODO: unused: int botcount = config.GetInt("botcount", 1); 60 // TODO: unused: int botcount = config.GetInt("botcount", 1);
59 61
60 // BotManager bm = new BotManager(); 62 // BotManager bm = new BotManager();