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