disable OSHttpTests that will collide with testing new http server changes

LSLKeyTest
UbitUmarov 2016-07-15 15:54:54 +01:00
parent 653b896794
commit c9bd6ff94b
4 changed files with 9 additions and 0 deletions

View File

@ -39,6 +39,8 @@ using OpenSim.Tests.Common;
namespace OpenSim.Framework.Servers.Tests namespace OpenSim.Framework.Servers.Tests
{ {
/*
[TestFixture] [TestFixture]
public class OSHttpTests : OpenSimTestCase public class OSHttpTests : OpenSimTestCase
{ {
@ -433,4 +435,5 @@ namespace OpenSim.Framework.Servers.Tests
Assert.That(rsp0.ContentType, Is.EqualTo("text/xml")); Assert.That(rsp0.ContentType, Is.EqualTo("text/xml"));
} }
} }
*/
} }

View File

@ -36,6 +36,7 @@ using OpenSim.Framework;
namespace OpenSim.Tests.Common namespace OpenSim.Tests.Common
{ {
/*
public class TestHttpClientContext: IHttpClientContext public class TestHttpClientContext: IHttpClientContext
{ {
/// <summary> /// <summary>
@ -107,4 +108,5 @@ namespace OpenSim.Tests.Common
/// </summary> /// </summary>
public event EventHandler<RequestEventArgs> RequestReceived = delegate { }; public event EventHandler<RequestEventArgs> RequestReceived = delegate { };
} }
*/
} }

View File

@ -33,6 +33,7 @@ using HttpServer.FormDecoders;
namespace OpenSim.Tests.Common namespace OpenSim.Tests.Common
{ {
/*
public class TestHttpRequest: IHttpRequest public class TestHttpRequest: IHttpRequest
{ {
private string _uriPath; private string _uriPath;
@ -171,4 +172,5 @@ namespace OpenSim.Tests.Common
} }
} }
} }
*/
} }

View File

@ -33,6 +33,7 @@ using HttpServer;
namespace OpenSim.Tests.Common namespace OpenSim.Tests.Common
{ {
/*
public class TestHttpResponse: IHttpResponse public class TestHttpResponse: IHttpResponse
{ {
public Stream Body public Stream Body
@ -168,4 +169,5 @@ namespace OpenSim.Tests.Common
public void Redirect(Uri uri) {} public void Redirect(Uri uri) {}
public void Redirect(string url) {} public void Redirect(string url) {}
} }
*/
} }