In Test/System.IO:
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
index 487f4388e1f1c920a9af67bb91c8afeccafd747c..9c17a4a30e426302c4f47f709d590ce711ce0062 100644 (file)
@@ -1,3 +1,31 @@
+2009-10-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UnmanagedMemoryStreamTest.cs: Add more test cases to cover all
+       validations
+
+2009-06-25  Robert Jordan  <robertj@gmx.net>
+
+       * BinaryReaderTest.cs, BinaryWriterTest.cs, BufferedStreamTest.cs,
+       PathTest.cs, PathTest.cs, StringWriterTest.cs, TextWriterTest.cs:
+       Upgrade to new NUnit style.
+
+2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
+
+       * FileInfoTest.cs: Wrap Replace() tests in #if NET_2_0.
+
+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