X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FChangeLog;h=c1fd0abda355a209819eb60af741d1da9341e7d0;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=0d96578a24a659d9423f1118521d7a3557ee0ee8;hpb=95dc3521c07b15316c0087fb5f088e65162077e4;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/ChangeLog b/mcs/class/corlib/Test/System.IO/ChangeLog index 0d96578a24a..c1fd0abda35 100644 --- a/mcs/class/corlib/Test/System.IO/ChangeLog +++ b/mcs/class/corlib/Test/System.IO/ChangeLog @@ -1,3 +1,31 @@ +2010-03-17 Gonzalo Paniagua Javier + + * StreamReaderTest.cs: test for bug 589236. The detected encoding is + different from the one provided in the ctor. + +2010-02-22 Carlos Alberto Cortez + + * MemoryStreamTest.cs: Add a new test for Capacity. + +2010-01-23 Carlos Alberto Cortez + + * StreamReaderTest.cs: New test for encoding detection. + +2010-01-03 Carlos Alberto Cortez + + * MemoryStreamTest.cs: Activate ZeroingOnExpandTest as we have fixed + this issue. + +2009-12-01 Carlos Alberto Cortez + + * FileTest.cs: New test for File.Copy throwing an exception if src and + dest are the same. + +2009-10-15 Sebastien Pouliot + + * UnmanagedMemoryStreamTest.cs: Add more test cases to cover all + validations + 2009-06-25 Robert Jordan * BinaryReaderTest.cs, BinaryWriterTest.cs, BufferedStreamTest.cs,