Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Driesen <drieseng@users.sourceforge.net>2009-07-06 23:34:33 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2009-07-06 23:34:33 +0400
commitba7a4ef720c1d296393d74ac6ef74de32d5015fb (patch)
treef85ba594710fe3ee1f6af82f1618f364098fb7b2 /mcs/class/System/Test
parent610473cb540df1ff5f2d80f9841f6a465e89e04b (diff)
* HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
svn path=/trunk/mcs/; revision=137448
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.Net/ChangeLog4
-rw-r--r--mcs/class/System/Test/System.Net/HttpWebRequestTest.cs3
2 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.Net/ChangeLog b/mcs/class/System/Test/System.Net/ChangeLog
index 06f3d66c624..0d0f4c01e6c 100644
--- a/mcs/class/System/Test/System.Net/ChangeLog
+++ b/mcs/class/System/Test/System.Net/ChangeLog
@@ -1,5 +1,9 @@
2009-07-06 Gert Driesen <drieseng@users.sourceforge.net>
+ * HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
+
+2009-07-06 Gert Driesen <drieseng@users.sourceforge.net>
+
* HttpWebRequestTest.cs: Added tests for bug #511851. Added tests
for request stream. Fixed compiler warnings, and fixed code style.
* HttpWebResponseTest.cs: Added tests for response stream. Fixed
diff --git a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
index 9afda715b5c..b826df9b552 100644
--- a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
+++ b/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);