[Mono-bugs] [Bug 59534][Blo] Changed - New MONO Beta 2 bug reading from bufferedstream.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 22:28:57 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59534

--- shadow/59534	2004-06-03 05:10:51.000000000 -0400
+++ shadow/59534.tmp.19787	2004-06-03 22:28:57.000000000 -0400
@@ -64,6 +64,12 @@
 ------- Additional Comments From gonzalo@ximian.com  2004-06-03 05:10 -------
 Ugh!
 
 It was a typo in BufferedStream (CanWrite->CanRead).
 
 Fixed in CVS.
+
+------- Additional Comments From sebastien@ximian.com  2004-06-03 22:28 -------
+Oops I added unit tests but they weren't specific enough to catch this :(
+
+I modified the unit tests (using new helper classes) so we shouldn't
+have future regression with this.