diff options
author | Dominik Stadler <centic@apache.org> | 2022-01-22 10:47:28 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-01-22 10:47:28 +0000 |
commit | 91fe8c5357f0897771fdeeab2b6c9f15f3d4d1c4 (patch) | |
tree | 3ead00fcd69895206aeb5df7791b579f79bd2650 /poi-integration/src/test/java | |
parent | 373d30cdf698b2202d6b2b2ed68447ca428ea90e (diff) | |
download | poi-91fe8c5357f0897771fdeeab2b6c9f15f3d4d1c4.tar.gz poi-91fe8c5357f0897771fdeeab2b6c9f15f3d4d1c4.zip |
Remove one unnecessary exclude
It seems the problem when cloning was fixed in the meantime
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/src/test/java')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 | ||||
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java | 1 |
2 files changed, 1 insertions, 1 deletions
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 |