implemented DnsRefreshTimeout to ServicePointManager and adjusted behavior of Service...
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
index e88a291878448745fe5bde0427c61025e62cb385..9f4c3eb3bac145222f67ca27724c834b91a097c6 100644 (file)
@@ -1,3 +1,73 @@
+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