Skip to content
Snippets Groups Projects
Commit 408ccfef authored by rhaag's avatar rhaag
Browse files

OO-34: fix junit after removed langs

parent b88d7abf
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,6 @@ public class I18nTest extends OlatcoreTestCaseWithMocking {
assertTrue(foundLanguages.contains("pt_BR"));
// Set must contain some LocaleStrings from the jar package
assertTrue(foundLanguages.contains("fr"));
assertTrue(foundLanguages.contains("vi"));
assertTrue(foundLanguages.contains("zh_CN"));
// Final check
assertEquals(6, foundLanguages.size());
......@@ -333,7 +332,6 @@ public class I18nTest extends OlatcoreTestCaseWithMocking {
Set<String> foundLanguages = I18nModule.getAvailableLanguageKeys();
// Set must contain some LocaleStrings from the jar package
assertTrue(foundLanguages.contains("fr"));
assertTrue(foundLanguages.contains("vi"));
assertTrue(foundLanguages.contains("zh_CN"));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment