[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System / Test / System.Net / HttpListenerTest.cs
index 83a335bc9201f6164208cd51817caf050d30f3fe..25f7b96a9b935a7cabf64a58906476934aa19824 100644 (file)
@@ -35,11 +35,7 @@ using NUnit.Framework;
 
 namespace MonoTests.System.Net {
        [TestFixture]
-#if TARGET_JVM
-       [Ignore ("The class HttpListener is not implemented")]
-#endif
        public class HttpListenerTest {
-#if !TARGET_JVM
                [Test]
                public void DefaultProperties ()
                {
@@ -454,7 +450,6 @@ namespace MonoTests.System.Net {
                                Event.Close ();
                        }
                }
-#endif
        }
 }
 #endif