diff options
Diffstat (limited to 'src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java b/src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java index def8750c84..beb3a8edf8 100644 --- a/src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java +++ b/src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java @@ -223,6 +223,11 @@ class XSSFFileHandler extends SpreadsheetHandler { } @Test + void testExtracting() throws Exception { + handleExtracting(new File("test-data/spreadsheet/ref-56737.xlsx")); + } + + @Test void testAdditional() throws Exception { handleAdditional(new File("test-data/spreadsheet/poc-xmlbomb.xlsx")); } |