[Mono-bugs] [Bug 69787][Min] Changed - Type.GetType(string) should skip CR, LF, tabs as well as whitespace

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 10:21:42 -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 vargaz@gmail.com.

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

--- shadow/69787	2004-11-21 23:56:47.000000000 -0500
+++ shadow/69787.tmp.29304	2004-11-24 10:21:42.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69787
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -51,6 +51,10 @@
 ------- Additional Comments From bmaurer@users.sf.net  2004-11-21 23:18 -------
 Should probably use g_ascii_isspace. Also, needs test case.
 
 ------- Additional Comments From atsushi@ximian.com  2004-11-21 23:56 -------
 feel free to go ahead and change it so (test could be added using that
 repro).
+
+------- Additional Comments From vargaz@gmail.com  2004-11-24 10:21 -------
+Fixed in SVN HEAD and 1.0.
+