* HttpListener2Test.cs: Make tests quiet.
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
index 5611f6701de50402a92316eab98dd6648b4adc68..940218dfbe396de0302eb25dc48c2b02a2199ba2 100644 (file)
@@ -1,3 +1,50 @@
+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.