X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=current%2Ft%2F05_datecalc.t;fp=current%2Ft%2F05_datecalc.t;h=c4e3ca939e5d5395582d175d28e9ebfe1a8fee7d;hp=a44fdae6bb8f7d34e4ea2f9d2e04f72522aa7724;hb=2a7fc55a2e563096c7348a2f6272a16830561513;hpb=e572b7973fb212cb24fbefc385f28f473f02df0c diff --git a/current/t/05_datecalc.t b/current/t/05_datecalc.t index a44fdae..c4e3ca9 100755 --- a/current/t/05_datecalc.t +++ b/current/t/05_datecalc.t @@ -7,7 +7,10 @@ use lib $FindBin::RealBin; use testload; my($test_count, $method); -BEGIN { $test_count = case_count() + 4 ; $method = 'Date::Calc' } +BEGIN { + $method = 'Date::Calc'; + $test_count = bulk_count() + odd_count() + woy_count() + 2; +} use Test::More tests => $test_count; @@ -15,6 +18,7 @@ SKIP: { eval "use $method"; skip("$method not installed", $test_count) if $@; check_datetool($method); - check_basic_with_datetool($method); + check_bulk_with_datetool($method); + check_odd_with_datetool($method); check_woy_with_datetool($method); }