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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.Net/ChangeLog b/mcs/class/System/Test/System.Net/ChangeLog
index 990652edf89..fe1ab1f713f 100644
--- a/mcs/class/System/Test/System.Net/ChangeLog
+++ b/mcs/class/System/Test/System.Net/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-17 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * CookieTest.cs: Added test for Path.
+ * CookieContainerTest.cs: Added and improved .ctor tests.
+ Improved tests for Capacity and MaxCookieSize. Added tests for
+ PerDomainCapacity. Added tests for Add overloads, GetCookieHeader,
+ GetCookies and SetCookies. Added test for bug #421827.
+
2009-05-02 Atsushi Enomoto <atsushi@ximian.com>
* CredentialCacheTest.cs : new tests for get/add/remove.