]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.26/t/20_i8n.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.26 / t / 20_i8n.t
diff --git a/1.26/t/20_i8n.t b/1.26/t/20_i8n.t
deleted file mode 100755 (executable)
index 9631c65..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use FindBin;
-use lib $FindBin::RealBin;
-
-use testload;
-
-my $test_count;
-BEGIN { $test_count = i8n_count() + 1 }
-
-use Test::More tests => $test_count;
-
-use HTML::CalendarMonth::Locale;
-
-my @stoof = HTML::CalendarMonth::Locale->locales;
-ok(@stoof > 20, 'i8n: ' . scalar @stoof . ' locale ids retreived');
-check_i8n();