From ff5e6664b9bf60ca62f9c632ea66d3413e67bcf3 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Sat, 20 Jun 2015 12:09:37 +0100 Subject: [Zurich] Updated email templates - submit-external-wish.txt includes a link with report's coordinates, template values are interpolated Conflicts: perllib/FixMyStreet/SendReport/Zurich.pm --- t/app/controller/report_display.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/app/controller') diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index c863f829f..6958032d9 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -501,10 +501,12 @@ 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 { -- cgit v1.2.3