[Mono-bugs] [Bug 71088][Min] Changed - FileInfo.Open(FileMode.Append) traces
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 17:54:43 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=71088
--- shadow/71088 2005-01-31 07:27:11.000000000 -0500
+++ shadow/71088.tmp.9382 2005-05-06 17:54:43.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 71088
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: tambet@ximian.com
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,9 @@
public static void Main() {
FileInfo f = new FileInfo ("foo");
FileStream s = File.Open (f.Name, FileMode.Append);
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2005-05-06 17:54 -------
+Fixed on SVN -- r44163.