Polish
This commit is contained in:
parent
9887daac07
commit
cd5508a679
|
|
@ -105,13 +105,6 @@ class MessageSourceAutoConfigurationTests {
|
|||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
void testBadEncoding() {
|
||||
// Bad encoding just means the messages are ignored
|
||||
this.contextRunner.withPropertyValues("spring.messages.encoding:rubbish")
|
||||
.run((context) -> assertThat(context.getMessage("foo", null, "blah", Locale.UK)).isEqualTo("blah"));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled("Expected to fail per gh-1075")
|
||||
void testMessageSourceFromPropertySourceAnnotation() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue