[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Web / Test / System.Web / HttpResponseTest.cs
index 839b260e7143751e80e222660fa68a74540c21e4..bb4c3c779a6d3445147e55f32a2c9b4a8d96db92 100644 (file)
@@ -263,9 +263,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if TARGET_JVM
-               [Category ("NotWorking")] // char output stream in gh make this test fail
-#endif
                public void Test_Response ()
                {
                        FakeHttpWorkerRequest2 f;
@@ -287,9 +284,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if TARGET_JVM
-               [Category ("NotWorking")] // char output stream in gh make this test fail
-#endif
                public void TestResponse_Chunked ()
                {
                        FakeHttpWorkerRequest2 f;