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:
Diffstat (limited to 'mcs/class/System/Test/System.Net/ChangeLog')
-rw-r--r--mcs/class/System/Test/System.Net/ChangeLog7
1 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 0d0f4c01e6c..7017382e720 100644
--- a/mcs/class/System/Test/System.Net/ChangeLog
+++ b/mcs/class/System/Test/System.Net/ChangeLog
@@ -1,5 +1,12 @@
2009-07-06 Gert Driesen <drieseng@users.sourceforge.net>
+ * HttpWebRequestTest.cs: Enabled tests, and removed test that is now
+ covered by two separate CanTimeout tests for request and response
+ stream.
+ * HttpWebResponseStreamTest.cs: Enabled tests.
+
+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>