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