Fixed the tests checking for PlatformID.
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
index d7f157d59c70d0868648ede07480be45cc3ca4c0..425207ac42568e76ad05a4738ab1b8408a0714a7 100644 (file)
@@ -1,3 +1,94 @@
+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.