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:
Dominik Stadler 2021-01-06 09:10:31 +00:00
parent c1397afbf3
commit a2fa70b15d
1 changed files with 4 additions and 0 deletions

View File

@ -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