Trigger reading metadata-text as part of integration testing

One test-case fails differently now
This commit is contained in:
Dominik Stadler 2025-10-05 13:17:30 +02:00
parent b5221fac25
commit ea74954fcf
2 changed files with 4 additions and 1 deletions

View File

@ -192,7 +192,10 @@ public abstract class AbstractFileHandler implements FileHandler {
assertNotNull(streamExtractor.getText());
assertNotNull(streamExtractor.getMetadataTextExtractor());
POITextExtractor metadataTextExtractor = streamExtractor.getMetadataTextExtractor();
assertNotNull(metadataTextExtractor);
assertNotNull(metadataTextExtractor.getText());
}
}
}

Binary file not shown.