Browse Source

setDisallowDocTypeDeclaration

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894222 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
5dbd081179

+ 1
- 0
poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java View File

@@ -75,6 +75,7 @@ public class TestAllFiles {
"**/.svn/**",
"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
};


+ 1
- 1
poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java View File

@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Test;

class XWPFFileHandler extends AbstractFileHandler {
private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet(
"document/truncated62886.docx"
"document/truncated62886.docx", "document/ExternalEntityInText.docx"
);

@Override

BIN
poi-integration/src/test/java9/module-info.class View File


Loading…
Cancel
Save