diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs index 30dc4cd..4dc8fc6 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs | |||
@@ -112,7 +112,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
112 | public void TearDown() | 112 | public void TearDown() |
113 | { | 113 | { |
114 | MainServer.Instance.Stop(); | 114 | MainServer.Instance.Stop(); |
115 | } | 115 | } |
116 | 116 | ||
117 | [Test] | 117 | [Test] |
118 | public void TestLlReleaseUrl() | 118 | public void TestLlReleaseUrl() |
@@ -204,8 +204,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
204 | // Check that request to URL works. | 204 | // Check that request to URL works. |
205 | string testResponse = "Hello World"; | 205 | string testResponse = "Hello World"; |
206 | 206 | ||
207 | m_engine.ClearPostedEvents(); | 207 | m_engine.ClearPostedEvents(); |
208 | m_engine.PostEventHook | 208 | m_engine.PostEventHook |
209 | += (itemId, evp) => m_lslApi.llHTTPResponse(evp.Params[0].ToString(), 200, testResponse); | 209 | += (itemId, evp) => m_lslApi.llHTTPResponse(evp.Params[0].ToString(), 200, testResponse); |
210 | 210 | ||
211 | // Console.WriteLine("Trying {0}", returnedUri); | 211 | // Console.WriteLine("Trying {0}", returnedUri); |