[Mono-bugs] [Bug 59296][Nor] Changed - checked doesn't always works
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 13:51:45 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59296
--- shadow/59296 2004-05-29 12:22:14.000000000 -0400
+++ shadow/59296.tmp.28421 2004-05-29 13:51:45.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59296
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -68,6 +68,16 @@
Both parsed string are invalid.
------- Additional Comments From sebastien@ximian.com 2004-05-29 12:22 -------
Created an attachment (id=7927)
ovr1.cs
+
+------- Additional Comments From sebastien@ximian.com 2004-05-29 13:51 -------
+Two new unit tests have been added to Int64 (currently failing) to
+avoid future regression.
+
+- MonoTests.System.Int64Test.Parse_WayOverMaxValue
+- MonoTests.System.Int64Test.Parse_WayOverMinValue
+
+
+