X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=1.26%2Ft%2F20_i8n.t;fp=1.26%2Ft%2F20_i8n.t;h=0000000000000000000000000000000000000000;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hp=9631c6508d0590071a32f26684d6372eb46fae1e;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/1.26/t/20_i8n.t b/1.26/t/20_i8n.t deleted file mode 100755 index 9631c65..0000000 --- a/1.26/t/20_i8n.t +++ /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();