diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-09-24 20:12:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-09-24 20:12:06 +0000 |
commit | ba6a63aaebd45404d73ca549ce19f91e5b449e6c (patch) | |
tree | 78cf9a55b5e48fc66fc1f6591ff8a299ced1570a /src | |
parent | 06f28db213744590c98feed69bda7d5f5c011b38 (diff) | |
download | poi-ba6a63aaebd45404d73ca549ce19f91e5b449e6c.tar.gz poi-ba6a63aaebd45404d73ca549ce19f91e5b449e6c.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
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", |