diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index ae80fe097a..4d1df65116 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -78,7 +78,6 @@ public class TestAllFiles { "lost+found", "**/.git/**", "**/ExternalEntityInText.docx", //the DocType (DTD) declaration causes this to fail - "**/right-to-left.xlsx" //the threaded comments in this file cause XSSF clone to fail }; // cheap workaround of skipping the few problematic files diff --git a/poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java b/poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java index a3169a7c03..d588af7df5 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java @@ -58,5 +58,6 @@ public class XWPFFileHandler extends AbstractFileHandler { } handleExtracting(file); + handleAdditional(file); } } \ No newline at end of file