From 91fe8c5357f0897771fdeeab2b6c9f15f3d4d1c4 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 22 Jan 2022 10:47:28 +0000 Subject: [PATCH] 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 --- .../src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 - .../src/test/java/org/apache/poi/stress/XWPFFileHandler.java | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5