From 320fdc16796de8312cb9e16efa1d73f1e6420db6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 23 Feb 2016 13:01:39 +0100 Subject: [PATCH] Fixed test, applied new translations. --- test/unit/notification_factory_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/notification_factory_test.rb b/test/unit/notification_factory_test.rb index 17c1aecae..cb573ea86 100644 --- a/test/unit/notification_factory_test.rb +++ b/test/unit/notification_factory_test.rb @@ -411,7 +411,7 @@ next line, Group: Users', assert_match('Notification<b>xxx</b>', result[:body]) assert_match('es wurde ein neues Ticket', result[:body]) assert_match('<b>test123</b>', result[:body]) - assert_match('Manage your notifications settings', result[:body]) + assert_match('Benachrichtigungseinstellungen Verwalten', result[:body]) assert_no_match('Your', result[:body]) article = Ticket::Article.create( @@ -461,7 +461,7 @@ next line, Group: Users', assert_match('Notification<b>xxx</b>', result[:body]) assert_match('wurde von', result[:body]) assert_match('test123', result[:body]) - assert_match('Manage your notifications settings', result[:body]) + assert_match('Benachrichtigungseinstellungen Verwalten', result[:body]) assert_no_match('Your', result[:body]) end