[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System / Test / System.Net / IPAddressTest.cs
index 1d389e131dd5c38121cce341aedc8439aff6f81d..a133684a8c63712ac2cde3c88724628287ca0bfc 100644 (file)
@@ -416,9 +416,6 @@ public class IPAddressTest
        }
 
        [Test]
-#if TARGET_JVM
-       [Ignore ("TD BUG ID: 7213")]
-#endif
        public void Constructor0_Address_Invalid ()
        {
                try {
@@ -473,9 +470,6 @@ public class IPAddressTest
        }
 
        [Test]
-#if TARGET_JVM
-       [Ignore ("TD BUG ID: 7213")]
-#endif
        public void Constructor1_Address_4Byte ()
        {
                byte [] bytes = new byte [4] { 192, 202, 112, 37 };