[Mono-bugs] [Bug 51227][Nor] Changed - BigInteger.isProbablePrime doesn't work for small integers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 21:29:58 -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 bmaurer@users.sf.net.

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

--- shadow/51227	2003-11-20 14:56:20.000000000 -0500
+++ shadow/51227.tmp.6990	2003-11-20 21:29:58.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51227
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: pieter@mentalis.org               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,9 @@
 
 if (val >= LargestKnownPrime)
      return primes.IndexOf (val) != 0;
 else
      // do it the old way
 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-11-20 21:29 -------
+Fixed in cvs