implemented DnsRefreshTimeout to ServicePointManager and adjusted behavior of Service...
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
index f99a7609ba6763a5da686c2d0fc8b273e7f1204e..9f4c3eb3bac145222f67ca27724c834b91a097c6 100644 (file)
@@ -1,3 +1,152 @@
+2010-01-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CookieContainerTest.cs: Additional test cases from Tom Philpot
+
+2010-01-15  Jonathan Pobst  <monkey@jpobst.com>
+
+       * HttpWebRequestTest.cs: Mark test WriteServerAborts as
+       NotWorking.  Documented on bug #312968.
+
+2010-01-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * NetworkCredentialTest.cs: New. Unit tests.
+
+2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CookieContainerTest.cs: Split many tests into smaller test 
+       cases. Add test cases for DefaultPerDomainCookieLimit and
+       DefaultCookieLimit. Remove all [Category ("NotWorking")] since
+       everything works now.
+
+2009-10-23  Alexandre Gomes  <alexmipego@gmail.com>
+
+       * WebClientTest.cs: Test for GetWebRequest overriding
+         issues
+         
+2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * WebHeaderCollectionTest.cs: test for allowed characters in headers.
+
+2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * WebHeaderCollectionTest.cs: test for 2.0 IsRestricted().
+
+2009-07-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebRequestTest.cs: use different ports for different tests since
+       the shutdown might take a little bit and tests might conflict.
+
+2009-07-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * WebClientTest.cs: if we write the 100 response, reset the output
+       stream writer.
+
+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>
+
+       * 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
+       compiler warnings.
+
+2009-07-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebRequestTest.cs: add tests for POST + redirect and 401.
+
+2009-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebRequestTest.cs: sleep between reads as we do in
+       WebClientTest.
+
+2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SocketResponder.cs: the listener might be closed right before
+       Accept() is called and in that case we get an EINVAL.
+       * WebClientTest.cs: now that we might send separate packets for
+       headers and body, wait a little bit before checking socket.Available.
+
+2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebRequestTest.cs: add a bunch of tests provided by
+       Bassan Tabbara.
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * *.cs: Upgrade to new NUnit style.
+
+2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestTest.cs: Improved and enabled test for bug #510642.
+
+2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SocketResponder.cs: Made a little more robust.
+
+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.
+
+2009-06-09  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+       * WebRequestTest.cs: Added tests for bug #323452.
+
+2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestTest.cs: Added tests for bugs #465613, #510661,
+       #510642 and #508027.
+
+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.
+         Patch by Mineda Nozomi.
+
+2009-04-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DnsTest.cs: new IP for go-mono and fix AsyncResolve test.
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EndPointTest.cs: New
+
+2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DnsTest.cs: Use Assert syntax, and spaces to tabs. Added tests
+       for argument checks.
+
+2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestTest.cs: Added Not-Modified-Since test. Updated
+       bug numbers.
+
+2009-02-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpListener2Test.cs: Make tests quiet.
+       * HttpWebRequestTest.cs: Added test for bug #471782.
 
 2009-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>