Skip to content
Permalink
Browse files
update Bundle key
silverailscolo committed Aug 31, 2022
1 parent 9a3ecb5 commit 4a30042
Showing 1 changed file with 1 addition and 1 deletion.
Assert.assertThrows(java.util.MissingResourceException.class, () -> Bundle.getMessage("FFFFFTTTTTTT", new Object[]{}));
}

@Test public void testLocaleMessage() {
Assert.assertEquals("Attenzione", Bundle.getMessage(Locale.ITALY, "WarnChangedTitle"));
Assert.assertEquals("Attenzione", Bundle.getMessage(Locale.ITALY, "WarningTitle"));
}

COLLECTOR-SAHAB / differentiating test: BundleTest

{return-object}=null only occurs in the patched version.


@Test public void testLocaleMessageArg() {

0 comments on commit 4a30042

Please sign in to comment.