From: PJ Fanning Date: Tue, 24 Sep 2019 20:12:06 +0000 (+0000) Subject: xlsx is expected to fail in integration test X-Git-Tag: REL_4_1_1~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba6a63aaebd45404d73ca549ce19f91e5b449e6c;p=poi.git xlsx is expected to fail in integration test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867493 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 1cb87a6552..50bcadf239 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -276,6 +276,7 @@ public class TestAllFiles { "spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx", "spreadsheet/55864.xlsx", "spreadsheet/57890.xlsx", + "spreadsheet/xxe_in_schema.xlsx", // TODO: these fail now with some NPE/file read error because we now try to compute every value via Cell.toString()! "spreadsheet/44958.xls",