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 18aeb3fcf2e..d5348f75f70 100644
--- a/mcs/class/System/Test/System.Net/ChangeLog
+++ b/mcs/class/System/Test/System.Net/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-20 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * HttpListener2Test.cs: Added test for bug #513849.
+ * HttpWebRequestTest.cs: Enabled test for bug #508027. Added test for
+ bug #513087.
+ * WebClientTest.cs: Added test for bug #484795, for Encoding property.
+
2009-06-16 Andrés G. Aragoneses <aaragoneses@novell.com>
* WebRequestTest.cs: Drop NotWorking attrib, more accurate tests.