Skip to content

Commit cd5508a

Browse files
committed
Polish
1 parent 9887daa commit cd5508a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/context/MessageSourceAutoConfigurationTests.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ void testMultipleMessageSourceCreated() {
105105
});
106106
}
107107

108-
@Test
109-
void testBadEncoding() {
110-
// Bad encoding just means the messages are ignored
111-
this.contextRunner.withPropertyValues("spring.messages.encoding:rubbish")
112-
.run((context) -> assertThat(context.getMessage("foo", null, "blah", Locale.UK)).isEqualTo("blah"));
113-
}
114-
115108
@Test
116109
@Disabled("Expected to fail per gh-1075")
117110
void testMessageSourceFromPropertySourceAnnotation() {

0 commit comments

Comments
 (0)