mirror of https://github.com/apache/poi.git
Run all integration-test steps in manual test-method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1397afbf3
commit
a2fa70b15d
|
@ -112,6 +112,10 @@ public class HSSFFileHandler extends SpreadsheetHandler {
|
|||
try (InputStream stream = new FileInputStream(file)) {
|
||||
handleFile(stream, file.getPath());
|
||||
}
|
||||
|
||||
handleExtracting(file);
|
||||
|
||||
handleAdditional(file);
|
||||
}
|
||||
|
||||
// a test-case to test this locally without executing the full TestAllFiles
|
||||
|
|
Loading…
Reference in New Issue