diff options
author | UbitUmarov | 2016-07-15 15:54:54 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-15 15:54:54 +0100 |
commit | c9bd6ff94b8691a31b1c8bbd87387af07df4482e (patch) | |
tree | 11e443ab3d7f6876e54b905a3a513c598345ac0f /OpenSim/Tests/Common/Mock/TestHttpRequest.cs | |
parent | PGSQL: Update simulation data with a number of missing fields for parcels. So... (diff) | |
download | opensim-SC-c9bd6ff94b8691a31b1c8bbd87387af07df4482e.zip opensim-SC-c9bd6ff94b8691a31b1c8bbd87387af07df4482e.tar.gz opensim-SC-c9bd6ff94b8691a31b1c8bbd87387af07df4482e.tar.bz2 opensim-SC-c9bd6ff94b8691a31b1c8bbd87387af07df4482e.tar.xz |
disable OSHttpTests that will collide with testing new http server changes
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestHttpRequest.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestHttpRequest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestHttpRequest.cs b/OpenSim/Tests/Common/Mock/TestHttpRequest.cs index b868895..d07287d 100644 --- a/OpenSim/Tests/Common/Mock/TestHttpRequest.cs +++ b/OpenSim/Tests/Common/Mock/TestHttpRequest.cs | |||
@@ -33,6 +33,7 @@ using HttpServer.FormDecoders; | |||
33 | 33 | ||
34 | namespace OpenSim.Tests.Common | 34 | namespace OpenSim.Tests.Common |
35 | { | 35 | { |
36 | /* | ||
36 | public class TestHttpRequest: IHttpRequest | 37 | public class TestHttpRequest: IHttpRequest |
37 | { | 38 | { |
38 | private string _uriPath; | 39 | private string _uriPath; |
@@ -171,4 +172,5 @@ namespace OpenSim.Tests.Common | |||
171 | } | 172 | } |
172 | } | 173 | } |
173 | } | 174 | } |
175 | */ | ||
174 | } \ No newline at end of file | 176 | } \ No newline at end of file |