disable OSHttpTests that will collide with testing new http server changes

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

View File

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