[Mono-bugs] [Bug 65340][Nor] Changed - Stream.Close shouldn't call Flush

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 19:22:20 -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 gonzalo@ximian.com.

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

--- shadow/65340	2004-09-03 17:57:28.000000000 -0400
+++ shadow/65340.tmp.5204	2004-09-03 19:22:20.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: piersh@friskit.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,9 @@
 Cc: 
 Summary: Stream.Close shouldn't call Flush
 
 System.IO.Stream.Close() calls Flush().
 
 None of the MS implementations do this.
+
+------- Additional Comments From gonzalo@ximian.com  2004-09-03 19:22 -------
+Can you provide a test for this?