Author: kostat
Date: 2007-05-03 12:43:52 -0400 (Thu, 03 May 2007)
New Revision: 76627
Modified:
branches/mainsoft/gh20/mcs/class/System/Test/System.Net/DnsTest.cs
branches/mainsoft/gh20/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
Log:
merge -r76625:76626
Modified: branches/mainsoft/gh20/mcs/class/System/Test/System.Net/DnsTest.cs
===================================================================
--- branches/mainsoft/gh20/mcs/class/System/Test/System.Net/DnsTest.cs
2007-05-03 16:34:41 UTC (rev 76626)
+++ branches/mainsoft/gh20/mcs/class/System/Test/System.Net/DnsTest.cs
2007-05-03 16:43:52 UTC (rev 76627)
@@ -110,6 +110,9 @@
}
[Test, ExpectedException (typeof (SocketException))]
+#if TARGET_JVM
+ [Ignore ("Ignore failures in Sys.Net")]
+#endif
public void GetHostByAddressString2() {
Dns.GetHostByAddress ("123.255.23");
}
Modified:
branches/mainsoft/gh20/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
===================================================================
---
branches/mainsoft/gh20/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
2007-05-03 16:34:41 UTC (rev 76626)
+++
branches/mainsoft/gh20/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
2007-05-03 16:43:52 UTC (rev 76627)
@@ -33,6 +33,9 @@
public class HttpWebRequestTest
{
[Test]
+#if TARGET_JVM
+ [Ignore ("Ignore failures in Sys.Net")]
+#endif
public void Proxy_Null ()
{
HttpWebRequest req = (HttpWebRequest) WebRequest.Create
("http://www.google.com");
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches