2002/03/07 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / Test / System.IO / ChangeLog
1 2002-03-02  Jason Diamond  <jason@injektilo.org>
2
3         * StringReader.cs: Added test for peeking and reading at the end of
4         a string.
5
6 2002-02-28  Nick Drochak  <ndrochak@gol.com>
7
8         * MemoryStreamTest.cs 
9         * StreamWriterTest.cs 
10         * StringReaderTest.cs: Fix test bugs found by running against mscorlib.
11         AssertEquals() requires the expected and atual values to be the same
12         type if they are to be considered equal.
13
14 2002-02-05  Duncan Mak  <duncan@ximian.com>
15
16         * FileTest.cs: Added to CVS. However, this portion of the code
17         can't be tested right now.
18
19 2002-01-20 Nick Drochak  <ndrochak@gol.com>
20
21         * AllTests.cs: removed duplicate MemoryStream test
22         * MemoryStreamTest.cs: wrapped try-catch blocks around read/write/seek
23         tests. These were throwing exceptions that NUnit wasn't catching.  I 
24         don't think it used to behave this way before .NET.1.0.