New tests.
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
index 0d96578a24a659d9423f1118521d7a3557ee0ee8..c1fd0abda355a209819eb60af741d1da9341e7d0 100644 (file)
@@ -1,3 +1,31 @@
+2010-03-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * StreamReaderTest.cs: test for bug 589236. The detected encoding is
+       different from the one provided in the ctor.
+
+2010-02-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * MemoryStreamTest.cs: Add a new test for Capacity.
+
+2010-01-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * StreamReaderTest.cs: New test for encoding detection.
+
+2010-01-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * MemoryStreamTest.cs: Activate ZeroingOnExpandTest as we have fixed
+       this issue.
+
+2009-12-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * FileTest.cs: New test for File.Copy throwing an exception if src and
+       dest are the same.
+
+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,