In Test/System.Net:
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
index 8af9c29f98338b4d29b5770ef0c5a624981eea34..0c256869e5dc6f837b1092e185abca3835209093 100644 (file)
@@ -1,3 +1,198 @@
+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>
+
+       * IPAddressTest.cs: tests for bug #467472.
+
+2009-01-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * FtpWebRequestTest.cs: add directory listing test when the $HOME is
+       not /.
+
+2009-01-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * FtpWebRequestTest.cs: test deleting a file.
+
+2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpListener2Test.cs: make sure we dispose the listener.
+
+2008-11-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpListener2Test.cs: (CreateNS) set a default read/write timeout
+       of 5s.
+
+2008-11-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * FtpWebRequestTest.cs: the upload test now passes with the MS
+       runtime. Added another test for download.
+
+2008-11-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpListener2Test.cs: Fixed Test7.
+
+2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * FtpWebRequestTest.cs: add test for bug 333985.
+
+2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebResponseTest.cs:
+       * SocketResponder.cs:
+       * HttpWebRequestTest.cs: don't pretend to be a 1.1 server or the
+       socket will stay open. Timeout for Ntlm test is 5s now.
+
+2008-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestTest.cs: Fixed test for bug #429200.
+
+2008-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpWebRequestTest.cs: Added test for bug #429200.
+
+2008-10-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpWebRequestTest.cs: mini-test case for NTLM auth.
+
 2008-08-06  Atsushi Enomoto  <atsushi@ximian.com>
 
        * IPAddressTest.cs : added test strings for bug #411920 as well as