aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestHttpClientContext.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-07-15 15:54:54 +0100
committerUbitUmarov2016-07-15 15:54:54 +0100
commitc9bd6ff94b8691a31b1c8bbd87387af07df4482e (patch)
tree11e443ab3d7f6876e54b905a3a513c598345ac0f /OpenSim/Tests/Common/Mock/TestHttpClientContext.cs
parentPGSQL: Update simulation data with a number of missing fields for parcels. So... (diff)
downloadopensim-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/TestHttpClientContext.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestHttpClientContext.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestHttpClientContext.cs b/OpenSim/Tests/Common/Mock/TestHttpClientContext.cs
index 5a55b09..be437dc 100644
--- a/OpenSim/Tests/Common/Mock/TestHttpClientContext.cs
+++ b/OpenSim/Tests/Common/Mock/TestHttpClientContext.cs
@@ -36,6 +36,7 @@ using OpenSim.Framework;
36 36
37namespace OpenSim.Tests.Common 37namespace OpenSim.Tests.Common
38{ 38{
39/*
39 public class TestHttpClientContext: IHttpClientContext 40 public class TestHttpClientContext: IHttpClientContext
40 { 41 {
41 /// <summary> 42 /// <summary>
@@ -107,4 +108,5 @@ namespace OpenSim.Tests.Common
107 /// </summary> 108 /// </summary>
108 public event EventHandler<RequestEventArgs> RequestReceived = delegate { }; 109 public event EventHandler<RequestEventArgs> RequestReceived = delegate { };
109 } 110 }
111*/
110} \ No newline at end of file 112} \ No newline at end of file