aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2015-04-13 15:41:40 +0000
committerDave Arter <davea@mysociety.org>2015-10-06 09:09:27 +0100
commit91dd9efadc255c240b13e7b26b69426ed5139ab9 (patch)
tree7a08f51965238cbfa298c54c9d2a23f10bfbb1be /t
parent0d566bdd283178e3648931e742e6f76b6f979ea7 (diff)
[Zurich] Update de_CH .po file
Diffstat (limited to 't')
-rw-r--r--t/app/controller/report_display.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index c16b2656c..265760d86 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -503,12 +503,10 @@ subtest "Zurich banners are displayed correctly" => sub {
description => 'jurisdiction unknown',
state => 'unable to fix',
banner_id => 'fixed',
- # This will be 'Zust\x{e4}ndigkeit unbekannt' once the translations are updated.
- banner_text => 'Jurisdiction Unknown',
# We can't use _('Jurisdiction Unknown') here because
# TestMech::extract_problem_banner decodes the HTML entities before
# the string is passed back.
- # banner_text => 'Zust\x{e4}ndigkeit unbekannt',
+ banner_text => 'Zust\x{e4}ndigkeit unbekannt',
},
) {
subtest "banner for $test->{description}" => sub {