mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
Trigger reading metadata-text as part of integration testing
One test-case fails differently now
This commit is contained in:
parent
b5221fac25
commit
ea74954fcf
@ -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.
Loading…
x
Reference in New Issue
Block a user