diff options
author | Nick Burch <nick@apache.org> | 2015-05-26 18:38:34 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2015-05-26 18:38:34 +0000 |
commit | 2d71e80930e4b3effc33580c8aff5734c5eab181 (patch) | |
tree | b125d58549932bafdabc0b9ba0ddf11b481d8364 /src/integrationtest | |
parent | 650bb1b8cbb086dbacad72644848b7cbe6f56ca6 (diff) | |
download | poi-2d71e80930e4b3effc33580c8aff5734c5eab181.tar.gz poi-2d71e80930e4b3effc33580c8aff5734c5eab181.zip |
Add ignore - file has no content streams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-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 96b00fa9df..85b0580841 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -231,6 +231,7 @@ public class TestAllFiles { EXPECTED_FAILURES.add("spreadsheet/54764.xlsx"); // see TestXSSFBugs.bug54764() EXPECTED_FAILURES.add("spreadsheet/Simple.xlsb"); EXPECTED_FAILURES.add("poifs/unknown_properties.msg"); // POIFS properties corrupted + EXPECTED_FAILURES.add("poifs/only-zero-byte-streams.ole2"); // No actual contents // old Excel files, which we only support simple text extraction of EXPECTED_FAILURES.add("spreadsheet/testEXCEL_2.xls"); |