]> source.dussan.org Git - poi.git/commitdiff
Remove one unnecessary exclude
authorDominik Stadler <centic@apache.org>
Sat, 22 Jan 2022 10:47:28 +0000 (10:47 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 22 Jan 2022 10:47:28 +0000 (10:47 +0000)
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

poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java
poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java

index ae80fe097a0f759beb0b81cef1b842820dc65ecf..4d1df651161b43526d77059123071110acd07ae4 100644 (file)
@@ -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
index a3169a7c034ae3a02b061501fb8a174351a30cfb..d588af7df58030ed334936467211bab360ca474e 100644 (file)
@@ -58,5 +58,6 @@ public class XWPFFileHandler extends AbstractFileHandler {
         }
 
         handleExtracting(file);
+        handleAdditional(file);
     }
 }
\ No newline at end of file