2008-11-09 William Holmes <billholmes54@gmail.com>
commit779f43ff6d1a75e55423b0ce7def09448ab8b00d
authorBill Holmes <holmes@mono-cvs.ximian.com>
Sun, 9 Nov 2008 15:10:46 +0000 (9 15:10 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Sun, 9 Nov 2008 15:10:46 +0000 (9 15:10 -0000)
tree7558d4f11092f053c1b6186f64619fbc248b0296
parentcd1071406b733fcdac4dc5490296f47ad51eef9d
2008-11-09  William Holmes  <billholmes54@gmail.com>

* corlib_test.dll.sources: Add TextReaderTest.cs.

* TextReaderTest.cs: Added a test for the Null field of
         the TextReader.

* TextReader.cs : Adding the NullTextReader as a private class to
  the TestReader class for the Null field of the TestReader.

Code is contributed under MIT/X11 license.

svn path=/trunk/mcs/; revision=118315
mcs/class/corlib/ChangeLog
mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/TextReader.cs
mcs/class/corlib/Test/System.IO/ChangeLog
mcs/class/corlib/Test/System.IO/TextReaderTest.cs [new file with mode: 0644]
mcs/class/corlib/corlib_test.dll.sources