* CookieContainer.cs: Provide meaningful information in exception
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 17 May 2009 15:06:17 +0000 (15:06 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 17 May 2009 15:06:17 +0000 (15:06 -0000)
commitae22b8dbe39b0e86287ab5c3e4203b60d680644b
tree8601fea95ee76139542ec6ce4998ecd5505bea1b
parentc4800360b6e601e22a3159f107e26545c8f8345c
* CookieContainer.cs: Provide meaningful information in exception
messages, and improve compatibility with MS. Modified set_Capacity to
no longer change MaxCookieSize when new value is less than
MaxCookieSize.
* 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.

svn path=/trunk/mcs/; revision=134295
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/CookieContainer.cs
mcs/class/System/Test/System.Net/ChangeLog
mcs/class/System/Test/System.Net/CookieContainerTest.cs
mcs/class/System/Test/System.Net/CookieTest.cs