[Mono-bugs] [Bug 58804][Wis] Changed - FileInfo.cs bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 01:05:34 -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 atsushi@ximian.com.

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

--- shadow/58804	2004-05-26 00:36:49.000000000 -0400
+++ shadow/58804.tmp.5472	2004-05-26 01:05:33.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58804
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
@@ -62,6 +62,9 @@
 
 On MS CLR it writes:
 bar\foo
 
 On mono it writes:
 foo
+
+------- Additional Comments From atsushi@ximian.com  2004-05-26 01:05 -------
+Fixed as to return OriginalPath. Thanks.