diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs')
-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); |