2009-04-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
index 2e232beba33bd5162281e0838fe1cec95acc13ba..6846205f47812285cf63ca489c906b34e4569186 100644 (file)
@@ -1,3 +1,136 @@
+2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StreamReaderTest.cs: Fix build for NET_1_1
+
+2009-04-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * StreamReaderTest.cs: new test. Using Peek() when we did a short read
+       should block if needed.
+
+2009-02-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * StringReaderTest.cs: new test for ReadLine.
+
+2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryReaderTest.cs : fix tests that are also failing under .NET
+         (Exposed by nunit24).
+
+2008-11-09 William Holmes <billholmes54@gmail.com>
+
+       * TextReaderTest.cs: Added a test for the Null field of
+         the TextReader.
+
+       Code is contributed under MIT/X11 license.
+
+2008-10-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * PathTest.cs: add test for bug #439751.
+
+2008-10-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinaryReaderTest.cs: Add a test for #434581.
+
+2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * StreamWriterTest.cs: Removed Constructor2_Path_Whitespace test, as
+       it only applies to Windows (and is duplicate for illegal chars test).
+       Only check paramname for buffersize exception on 2.0 profile.
+
+2008-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * StreamWriterTest.cs: Added more .ctor tests. Enabled AutoFlush
+       test.
+
+2008-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * StreamWriterTest.cs: Moved ctor argument checks to separate methods.
+       Added and improved ctor tests. Added test for Close. Improved
+       (Auto)Flush tests. Use Assert class instead of Assertion.
+
+2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PathCas.cs: Updated method names to reflect changes in PathTest.
+       * PathTest.cs: Renamed tests. Use String.Empty instead of "". Added
+       argument check tests, and moved tests to separate methods. Avoid using
+       ExpectedException.
+
+2008-05-29  Robert Jordan  <robertj@gmx.net>
+
+       * PathTest.cs (TestGetFullPathUnix, TestGetFullPathWindows):
+       Factored out from the disabled TestGetFullPath test while fixing
+       the issues mentioned by the ERROR comment and bug #394681.
+
+2008-05-08  Dick Porter  <dick@ximian.com>
+
+       * DirectoryInfoTest.cs: Added a test for bug 385765.
+
+2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DirectoryTest.cs: Do not use ExpectedException to avoid false
+       positives. Use String.Empty instead of "".
+
+2008-04-22  Dick Porter  <dick@ximian.com>
+
+       * FileTest.cs: Disable the test for bug 323389, as I've reverted
+       the fix.
+
+2008-04-17  Dick Porter  <dick@ximian.com>
+
+       * FileTest.cs: Test for bug 323389.
+
+2008-04-17  Dick Porter  <dick@ximian.com>
+
+       * FileTest.cs: Test for bug 378229.
+
+2008-04-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * File.cs: Added/improved tests for Create and Move.
+       * DirectoryInfoTest.cs: No longer derive from deprecated Assertion
+       class. Improved tests for ctor, Create, Name, Parent, ...
+       * FileInfoTest.cs: No longer derive from deprecated Assertion class.
+       Improved/added tests,
+       * PathTest.cs: Added tests for IsPathRooted and GetFullPath.
+       * FileSystemInfoTest.cs: Fixed test. Now passes on both Mono and MS. 
+
+2008-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileTest.cs: Renamed and improved existing tests. Avoid use of
+       ExpectedException.
+       * FileSystemInfoTest.cs: No longer derive from deprecated Assertion
+       class. Added (de)serialization tests.
+
+2008-04-04  Dick Porter  <dick@ximian.com>
+
+       * FileTest.cs: Test moving a file when the access mode disallows
+       it.  Test from Eric Albright <albright@wesay.org>, see bug 377049.
+
+2008-04-03  Dick Porter  <dick@ximian.com>
+
+       * DirectoryTest.cs: Enable tests now that bug 346123 is fixed.
+
+2008-03-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DirectoryTest.cs: Add test case when deleting a directory that does
+       not exists but where a file of the same name exists.
+
+2008-01-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * FileTest.cs: Rename a helper method so it does not begin with Test.
+
+2007-12-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * MemoryStreamTest.cs: Add new test.
+
+2007-12-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DirectoryTest.cs: Added (NotWorking) tests for bug #346123.
+
+2007-11-17  Jb Evain  <jbevain@novell.com>
+
+       * PathTest.cs: Add test for #341034, GetRandomFileName should
+       return only file names in [a..z0..9].
+
 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
 
        * MemoryStreamTest.cs: Add test case for #322672 (which seems already