Fixing the translatable tests to work in french locales
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 3 Mar 2011 23:31:48 +0000 (12:31 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 3 Mar 2011 23:31:48 +0000 (12:31 +1300)
xt/author/translatable-templates.t

index 9f3841d..1a54a96 100644 (file)
@@ -38,6 +38,7 @@ sub test_string_extraction {
     while (<PH>) {
         # ignore some noise on STDERR
         next if /^\.* done\.$/;
+       next if /^\.* termin\?\.$/;
         next if /^Warning: Can't determine original templates' charset/;
         next if /^Warning: Charset Out defaulting to/;
         next if /^Removing empty file /;