[Mono-bugs] [Bug 56436][Nor] Changed - DateFormat.ParseExact() can't handle quoted chars

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 09:23:59 -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 mail@martin-probst.com.

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

--- shadow/56436	2004-04-06 09:20:12.000000000 -0400
+++ shadow/56436.tmp.13030	2004-04-06 09:23:59.000000000 -0400
@@ -100,6 +100,12 @@
 Unhandled Exception: System.FormatException: Invalid format.
 in <0x0013b> System.DateTime:ParseExact
 (string,string[],System.IFormatProvider,System.Globalization.DateTimeStyles)
 in <0x00091> Test:Main ()
 
 when running the test case i made.
+
+------- Additional Comments From mail@martin-probst.com  2004-04-06 09:23 -------
+Are you sure you got the patch applied correctly and are using the 
+right assembly? You testcase works for me without throwing any 
+exceptions. I also took the liberty to add a Console.WriteLine() 
+statement to test the parsing and it works as expected.