Skip to content

Commit

Permalink
Issue #22: Add l10n to application
Browse files Browse the repository at this point in the history
* Add problem with unknown keys as TODO.
  • Loading branch information
ottlinger committed Feb 4, 2016
1 parent 694947c commit c5fc2b2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,11 @@ public final void setLocaleViaSystemProperties() {
public final void umlautEncodingWorksCorrectly() {
assertEquals("ßäü", getBundleString("spamschutz.test.umlauts"));
}

@Test
public final void unknownKey() {
// TODO [WARNING]
// java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key spamschutz.ui.button.rtl
// return plain key if unknown instead of except
}
}

0 comments on commit c5fc2b2

Please sign in to comment.