diff options
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/Tests')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/Tests/BaseRequestHandlerTests.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/Tests/BaseRequestHandlerTests.cs b/OpenSim/Framework/Servers/HttpServer/Tests/BaseRequestHandlerTests.cs index 97c609c..29f66e6 100644 --- a/OpenSim/Framework/Servers/HttpServer/Tests/BaseRequestHandlerTests.cs +++ b/OpenSim/Framework/Servers/HttpServer/Tests/BaseRequestHandlerTests.cs | |||
@@ -48,7 +48,8 @@ namespace OpenSim.Framework.Servers.HttpServer.Tests | |||
48 | [Test] | 48 | [Test] |
49 | public void TestConstructor() | 49 | public void TestConstructor() |
50 | { | 50 | { |
51 | BaseRequestHandlerImpl handler = new BaseRequestHandlerImpl( null, null ); | 51 | // BaseRequestHandlerImpl handler = |
52 | new BaseRequestHandlerImpl( null, null ); | ||
52 | } | 53 | } |
53 | 54 | ||
54 | [Test] | 55 | [Test] |