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
This commit is contained in:
Dominik Stadler 2022-01-22 10:47:28 +00:00
parent 373d30cdf6
commit 91fe8c5357
2 changed files with 1 additions and 1 deletions

View 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

View File

@ -58,5 +58,6 @@ public class XWPFFileHandler extends AbstractFileHandler {
}
handleExtracting(file);
handleAdditional(file);
}
}