Loading src/test/java/es/redmic/test/integration/translations/ExceptionsTranslationTest.java +4 −4 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class ExceptionsTranslationTest { } @Test public void getRussianLanguageMessage_returnDefaultI18nMessage_WhenI18nFileNotExist() { public void getRussianLanguageMessage_returnCode_WhenI18nFileNotExist() { try { repository.findById("1"); Loading @@ -112,7 +112,7 @@ public class ExceptionsTranslationTest { String mess = messageSource.getMessage(code, fields, new Locale("ru", "RU")); Assert.assertEquals(getMessage(code, fields, resourcePathSpanish), mess); Assert.assertEquals(code, mess); } } Loading Loading
src/test/java/es/redmic/test/integration/translations/ExceptionsTranslationTest.java +4 −4 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class ExceptionsTranslationTest { } @Test public void getRussianLanguageMessage_returnDefaultI18nMessage_WhenI18nFileNotExist() { public void getRussianLanguageMessage_returnCode_WhenI18nFileNotExist() { try { repository.findById("1"); Loading @@ -112,7 +112,7 @@ public class ExceptionsTranslationTest { String mess = messageSource.getMessage(code, fields, new Locale("ru", "RU")); Assert.assertEquals(getMessage(code, fields, resourcePathSpanish), mess); Assert.assertEquals(code, mess); } } Loading