2
0
Эх сурвалжийг харах

* HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.

svn path=/trunk/mcs/; revision=137448
Gert Driesen 16 жил өмнө
parent
commit
ba7a4ef720

+ 4 - 0
mcs/class/System/Test/System.Net/ChangeLog

@@ -1,3 +1,7 @@
+2009-07-06  Gert Driesen  <[email protected]>
+
+	* HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
+
 2009-07-06  Gert Driesen  <[email protected]>
 
 	* HttpWebRequestTest.cs: Added tests for bug #511851. Added tests

+ 3 - 0
mcs/class/System/Test/System.Net/HttpWebRequestTest.cs

@@ -531,6 +531,9 @@ namespace MonoTests.System.Net
 		}
 
 		[Test] // bug #511851
+#if ONLY_1_1
+		[Category ("NotWorking")]
+#endif
 		public void BeginGetRequestStream_Request_Aborted ()
 		{
 			IPEndPoint ep = new IPEndPoint (IPAddress.Loopback, 8002);