Fixed test, applied new translations.

This commit is contained in:
Martin Edenhofer 2016-02-23 13:01:39 +01:00
parent c769d00943
commit 320fdc1679

View file

@ -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('<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])
end