]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.25/t/07_ncal.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.25 / t / 07_ncal.t
diff --git a/1.25/t/07_ncal.t b/1.25/t/07_ncal.t
deleted file mode 100644 (file)
index f5ef15b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use FindBin;
-use lib $FindBin::RealBin;
-
-use testload;
-
-my($test_count, $method);
-BEGIN {
-  $method = 'ncal';
-  $test_count = bulk_count() + odd_count() + woy_count() + 3;
-}
-
-use Test::More tests => $test_count;
-
-use constant DTC => 'HTML::CalendarMonth::DateTool';
-
-use_ok(DTC);
-
-SKIP: {
-  skip("$method not installed", $test_count - 1) unless DTC->_ncal_cmd;
-  check_datetool($method);
-  check_bulk_with_datetool($method);
-  check_odd_with_datetool($method);
-  check_woy_with_datetool($method);
-}