mirror of https://github.com/apache/poi.git
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:
parent
373d30cdf6
commit
91fe8c5357
|
@ -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
|
||||
|
|
|
@ -58,5 +58,6 @@ public class XWPFFileHandler extends AbstractFileHandler {
|
|||
}
|
||||
|
||||
handleExtracting(file);
|
||||
handleAdditional(file);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue