Skip to content

Commit 7f54cd0

Browse files
committed
fix: Remove XML from test
Signed-off-by: Piotr P. Karwasz <[email protected]>
1 parent 7a8d66e commit 7f54cd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2RuntimeHintsTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ void registersHintsForConfigurationFileParsers() {
5050
ReflectionHints reflection = registerHints();
5151
// JSON
5252
assertThat(reflection.getTypeHint(ObjectMapper.class)).isNotNull();
53-
// XML
54-
assertThat(reflection.getTypeHint(DocumentBuilderFactory.class)).isNotNull();
5553
// YAML
5654
assertThat(reflection.getTypeHint(TypeReference.of("com.fasterxml.jackson.dataformat.yaml.YAMLMapper")))
5755
.isNotNull();

0 commit comments

Comments
 (0)