mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
pesty warning
This commit is contained in:
@@ -157,7 +157,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
using (HttpWebResponse webResponse = (HttpWebResponse)webRequest.GetResponse())
|
||||
{}
|
||||
}
|
||||
catch (WebException e)
|
||||
catch (WebException)
|
||||
{
|
||||
// using (HttpWebResponse response = (HttpWebResponse)e.Response)
|
||||
// gotExpectedException = response.StatusCode == HttpStatusCode.NotFound;
|
||||
|
||||
Reference in New Issue
Block a user