[Mono-bugs] [Bug 24586][Nor] Changed - StreamWriter doesn't wait for Flush

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Jun 2002 14:57:43 -0000


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=24586

--- shadow/24586	Sun May 12 09:52:17 2002
+++ shadow/24586.tmp.18076	Fri Jun 28 10:57:43 2002
@@ -1,14 +1,14 @@
 Bug#: 24586
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: RedHat 7.2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,14 @@
 			w.Write(3);
 			w.Write(4);
 			return (int)m.Length;
 		}
 	}
 }
+
+------- Additional Comments From gonzalo@ximian.com  2002-06-28 10:57 -------
+Nick, i get this when running the test:
+
+~/work/tests $ mono ./bug24586.exe
+RESULT: 0
+
+It seems that it's fixed now...