diff options
author | Justin Clark-Casey (justincc) | 2013-03-11 23:01:07 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-11 23:01:07 +0000 |
commit | be686f80a354103cd6630cd8f4e5fb40a4093549 (patch) | |
tree | 5386c0cacfde419cbfc7e305fca856bdf5e72898 /OpenSim/Region/ScriptEngine/Shared/Tests | |
parent | minor: Remove mono compiler warnings in EventQueueTests (diff) | |
download | opensim-SC_OLD-be686f80a354103cd6630cd8f4e5fb40a4093549.zip opensim-SC_OLD-be686f80a354103cd6630cd8f4e5fb40a4093549.tar.gz opensim-SC_OLD-be686f80a354103cd6630cd8f4e5fb40a4093549.tar.bz2 opensim-SC_OLD-be686f80a354103cd6630cd8f4e5fb40a4093549.tar.xz |
minor: Remove mono compiler warnings from LSL_ApiHttpTests
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Tests')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs index b0baa1c..ab44e38 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiHttpTests.cs | |||
@@ -209,7 +209,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
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); |
212 | HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(returnedUri); | ||
213 | 212 | ||
214 | AssertHttpResponse(returnedUri, testResponse); | 213 | AssertHttpResponse(returnedUri, testResponse); |
215 | 214 | ||