From: Chris Cormack Date: Sat, 5 Mar 2011 19:05:40 +0000 (+1300) Subject: Fixing a utf8 issue with the translator tests X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=7c97e0bfe7ae18694437e03814b8f61811493593;p=koha.git Fixing a utf8 issue with the translator tests --- diff --git a/xt/author/translatable-templates.t b/xt/author/translatable-templates.t index 1a54a9626f..0c2e4778c5 100644 --- a/xt/author/translatable-templates.t +++ b/xt/author/translatable-templates.t @@ -17,6 +17,7 @@ use File::Temp qw/tempdir/; use IPC::Open3; use File::Spec; use Symbol qw(gensym); +use utf8; my $po_dir = tempdir(CLEANUP => 1); @@ -38,7 +39,7 @@ sub test_string_extraction { while () { # ignore some noise on STDERR next if /^\.* done\.$/; - next if /^\.* termin\?\.$/; + next if /^\.* terminé\.$/; next if /^Warning: Can't determine original templates' charset/; next if /^Warning: Charset Out defaulting to/; next if /^Removing empty file /;