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