[Mono-bugs] [Bug 53919][Wis] Changed - Convert.ChangeType fails to convert TimeSpan objects

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 02:50:30 -0500 (EST)


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 duncan@ximian.com.

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

--- shadow/53919	2004-02-05 10:20:10.000000000 -0500
+++ shadow/53919.tmp.1368	2004-02-08 02:50:30.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53919
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: gentoo
-Status: NEW   
-Resolution: 
+Status: VERIFIED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ianm@activestate.com               
 QAContact: mono-bugs@ximian.com
@@ -65,6 +65,9 @@
 TypeConverter but it seems that is not the case since a string to
 TimeSpan conversion using Convert.ChangeType also fails ( on ms.net).
 
 so anyway I've attached a patch to Convert.cs that always lets a
 Convert.ChangeType call succeed if the source object is already of the
 destination type
+
+------- Additional Comments From duncan@ximian.com  2004-02-08 02:50 -------
+Patch applied, thanks!