Merge pull request #1304 from slluis/mac-proxy-autoconfig
[mono.git] / mcs / class / System / Test / System.Net / WebProxyTest.cs
index 49c7bbd7c93f229397cc09ab0f5eb2f8411d7917..2e3ffcb33dfb73f24627013796a7d69c4c5c06c1 100644 (file)
@@ -171,9 +171,6 @@ namespace MonoTests.System.Net
                }
 
                [Test]
-#if TARGET_JVM
-               [Ignore ("TD BUG ID: 7213")]
-#endif         
                public void IsByPassed_Host_Null ()
                {
                        WebProxy p = new WebProxy ("http://proxy.contoso.com", true);
@@ -229,9 +226,6 @@ namespace MonoTests.System.Net
                }
 
                [Test]
-#if TARGET_JVM
-               [Ignore ("The MS compliant binary serialization is not supported")]
-#endif         
                public void GetObjectData ()
                {
                        SerializationInfo si = new SerializationInfo (typeof (WebHeaderCollection),