diff options
author | Jeff Ames | 2008-05-19 13:26:42 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-19 13:26:42 +0000 |
commit | 259ddcfe1a655638f8e87f8b3dfec6d9c006140f (patch) | |
tree | e6f0f1c461c2dffbb1c9fdc466002c31b5ad5ad2 /OpenSim/TestSuite/PhysicsBot.cs | |
parent | fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ... (diff) | |
download | opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.zip opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.gz opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.bz2 opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.xz |
Update svn properties. Minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/TestSuite/PhysicsBot.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/TestSuite/PhysicsBot.cs b/OpenSim/TestSuite/PhysicsBot.cs index a7bbe80..0e02aef 100644 --- a/OpenSim/TestSuite/PhysicsBot.cs +++ b/OpenSim/TestSuite/PhysicsBot.cs | |||
@@ -54,7 +54,6 @@ namespace OpenSim.TestSuite | |||
54 | 54 | ||
55 | protected Random somthing = new Random(Environment.TickCount);// We do stuff randomly here | 55 | protected Random somthing = new Random(Environment.TickCount);// We do stuff randomly here |
56 | 56 | ||
57 | |||
58 | //New instance of a SecondLife client | 57 | //New instance of a SecondLife client |
59 | public SecondLife client = new SecondLife(); | 58 | public SecondLife client = new SecondLife(); |
60 | 59 | ||
@@ -104,7 +103,6 @@ namespace OpenSim.TestSuite | |||
104 | client.Self.Chat(randomf, 0, ChatType.Normal); | 103 | client.Self.Chat(randomf, 0, ChatType.Normal); |
105 | 104 | ||
106 | //Thread.Sleep(somthing.Next(1, 10)); // Apparently its better without it right now. | 105 | //Thread.Sleep(somthing.Next(1, 10)); // Apparently its better without it right now. |
107 | |||
108 | } | 106 | } |
109 | 107 | ||
110 | /// <summary> | 108 | /// <summary> |
@@ -116,9 +114,6 @@ namespace OpenSim.TestSuite | |||
116 | lastname = startupConfig.GetString("lastname", "random"); | 114 | lastname = startupConfig.GetString("lastname", "random"); |
117 | password = startupConfig.GetString("password", "12345"); | 115 | password = startupConfig.GetString("password", "12345"); |
118 | loginURI = startupConfig.GetString("loginuri"); | 116 | loginURI = startupConfig.GetString("loginuri"); |
119 | |||
120 | |||
121 | |||
122 | } | 117 | } |
123 | 118 | ||
124 | /// <summary> | 119 | /// <summary> |
@@ -148,7 +143,6 @@ namespace OpenSim.TestSuite | |||
148 | m_action.Start(); | 143 | m_action.Start(); |
149 | OnConnected(this, EventType.CONNECTED); | 144 | OnConnected(this, EventType.CONNECTED); |
150 | client.Self.Jump(); | 145 | client.Self.Jump(); |
151 | |||
152 | } | 146 | } |
153 | } | 147 | } |
154 | else | 148 | else |