X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F31-atom-and.t;h=9dcf18c975509b8057b8dd0a992709140028f28e;hp=6de1b3acaced228ccab3c3629d62905b8b8cdac9;hb=5bb7f214348c0e45363adc5cf51d479a240a7c49;hpb=93eb049958520c8b4980d76e5654e5cdd3774d2f diff --git a/t/31-atom-and.t b/t/31-atom-and.t index 6de1b3a..9dcf18c 100644 --- a/t/31-atom-and.t +++ b/t/31-atom-and.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2 * ((8 * 7) / 2 + 2); +use Test::More tests => 2 * (2 + (8 * 7) / 2 + 2); use CPANPLUS::Dist::Gentoo::Atom; @@ -60,6 +60,9 @@ my $x_ver = qr/Version mismatch/; my $x_range = qr/Incompatible ranges/; my @tests = ( + [ [ $a0 ] => $a0 ], + [ [ $a1 ] => $a1 ], + [ [ $a0, $a0 ] => $a0 ], [ [ $a0, $a1 ] => $a1 ], [ [ $a0, $a2 ] => $a2 ],