From a2fa70b15d54ec42f0643ef5dc645628171709ec Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 6 Jan 2021 09:10:31 +0000 Subject: [PATCH] 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 --- .../org/apache/poi/stress/HSSFFileHandler.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java index f2b56880e7..1069f23c25 100644 --- a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java +++ b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java @@ -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