diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-12-17 20:57:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-12-17 20:57:52 +0000 |
commit | 17a7cb609ba5860912eef0c78a8c0117cd2842f6 (patch) | |
tree | 19c7d9033e4aacadd7935c8ece71d30bb30adad7 /src/integrationtest | |
parent | 1aeadee8c47cde75aece660ce28b79be273d8752 (diff) | |
download | poi-17a7cb609ba5860912eef0c78a8c0117cd2842f6.tar.gz poi-17a7cb609ba5860912eef0c78a8c0117cd2842f6.zip |
[bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index a166eb5d6e..2255e8bbf9 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -331,6 +331,9 @@ public class TestAllFiles { "spreadsheet/sample.strict.xlsx", "spreadsheet/57914.xlsx", + // files with XML entities + "openxml4j/ContentTypeHasEntities.ooxml", + // non-TNEF files "ddf/Container.dat", "ddf/47143.dat", |