[Mono-bugs] [Bug 70707][Nor] New - DateTime.Parse ("") doesnt exception.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Dec 2004 19:32:53 -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 tberman@off.net.
http://bugzilla.ximian.com/show_bug.cgi?id=70707
--- shadow/70707 2004-12-20 19:32:53.000000000 -0500
+++ shadow/70707.tmp.18236 2004-12-20 19:32:53.000000000 -0500
@@ -0,0 +1,20 @@
+Bug#: 70707
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@off.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DateTime.Parse ("") doesnt exception.
+
+On mono (v1.1.3), DateTime.Parse ("") doesnt throw an exception, on ms.net
+(v1.1) it does. Attached a test case.