From 17a7cb609ba5860912eef0c78a8c0117cd2842f6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 17 Dec 2018 20:57:52 +0000 Subject: [PATCH] [bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849128 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 3 +++ 1 file changed, 3 insertions(+) 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", -- 2.39.5