Fixed the tests checking for PlatformID.
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
index 09fd15a5756ad2100e70db6f5a8e8e6ae644d4d7..425207ac42568e76ad05a4738ab1b8408a0714a7 100644 (file)
@@ -1,3 +1,131 @@
+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
+       fixed in SVN).
+
+2007-11-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PathTest.cs: Fixed wrong assumption on GetDirectoryName("/")
+         result on Unix (on top level it returns null).
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * PathTest.cs (TestGetDirectoryName): Fix syntax errors.
+
+2007-09-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DirectoryTest.cs: Added RunningOnUnix property to use for enabling
+       or disabling tests on a specific platform. Enabled and improved test
+       for bug #325107.
+
+2007-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MemoryStreamTest.cs: Added test for bug #327053.
+
 2007-09-08  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * DirectoryTest.cs: Added test for bug #82440.