diff options
author | Tels <nospam-abuse@bloodgate.com> | 2004-01-13 20:28:48 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-13 19:26:24 +0000 |
commit | ef9466ead9a7d468cd27794efe05e08b2c595e6f (patch) | |
tree | cbe9288bcd7adf77f24c9241b081077a1855a977 /lib/Math/BigInt/t | |
parent | 118f16236d9a1880b589c5276b32966c476662d7 (diff) | |
download | perl-ef9466ead9a7d468cd27794efe05e08b2c595e6f.tar.gz |
[ANNOUNCE] Math::BigInt v1.69
Message-Id: <200401131928.50247@bloodgate.com>
p4raw-id: //depot/perl@22129
Diffstat (limited to 'lib/Math/BigInt/t')
-rw-r--r-- | lib/Math/BigInt/t/bare_mbi.t | 2 | ||||
-rw-r--r-- | lib/Math/BigInt/t/bigintpm.inc | 4 | ||||
-rwxr-xr-x | lib/Math/BigInt/t/bigintpm.t | 2 | ||||
-rwxr-xr-x | lib/Math/BigInt/t/sub_mbi.t | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/lib/Math/BigInt/t/bare_mbi.t b/lib/Math/BigInt/t/bare_mbi.t index 62911a532a..0cc055e2c2 100644 --- a/lib/Math/BigInt/t/bare_mbi.t +++ b/lib/Math/BigInt/t/bare_mbi.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2766; + plan tests => 2770; } use Math::BigInt lib => 'BareCalc'; diff --git a/lib/Math/BigInt/t/bigintpm.inc b/lib/Math/BigInt/t/bigintpm.inc index c3fbd78344..4e526676b8 100644 --- a/lib/Math/BigInt/t/bigintpm.inc +++ b/lib/Math/BigInt/t/bigintpm.inc @@ -810,6 +810,10 @@ acmpNaN:acmpNaN: -inf:123:1 +inf:-123:1 -inf:-123:1 +123:-inf:-1 +-123:inf:-1 +-123:-inf:-1 +123:inf:-1 # return undef +inf:NaN: NaN:inf: diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t index c8c0f1d4cd..0ffa4a298a 100755 --- a/lib/Math/BigInt/t/bigintpm.t +++ b/lib/Math/BigInt/t/bigintpm.t @@ -10,7 +10,7 @@ BEGIN my $location = $0; $location =~ s/bigintpm.t//; unshift @INC, $location; # to locate the testing files chdir 't' if -d 't'; - plan tests => 2766; + plan tests => 2770; } use Math::BigInt; diff --git a/lib/Math/BigInt/t/sub_mbi.t b/lib/Math/BigInt/t/sub_mbi.t index 238407a5d6..16968d4847 100755 --- a/lib/Math/BigInt/t/sub_mbi.t +++ b/lib/Math/BigInt/t/sub_mbi.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2766 + plan tests => 2770 + 5; # +5 own tests } |