]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/20_i8n.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 20_i8n.t
diff --git a/t/20_i8n.t b/t/20_i8n.t
new file mode 100644 (file)
index 0000000..9631c65
--- /dev/null
@@ -0,0 +1,18 @@
+#!/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();