aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2016-10-14 13:03:53 +0000
committerNick Burch <nick@apache.org>2016-10-14 13:03:53 +0000
commit6f04710390c9aad6bfacd86332cc23c8264ad265 (patch)
tree9a716e9bd22750d61133bb322b1ac2291820f0f7 /src/integrationtest/org
parentb002ad9d3ff233b03b922d12e3c6ca1cd429dbd6 (diff)
downloadpoi-6f04710390c9aad6bfacd86332cc23c8264ad265.tar.gz
poi-6f04710390c9aad6bfacd86332cc23c8264ad265.zip
Exclude broken hand-crafted test file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java1
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 6def523dbf..5b50be1e8c 100644
--- a/src/integrationtest/org/apache/poi/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/TestAllFiles.java
@@ -249,6 +249,7 @@ public class TestAllFiles {
EXPECTED_FAILURES.add("poifs/only-zero-byte-streams.ole2"); // No actual contents
EXPECTED_FAILURES.add("spreadsheet/poc-xmlbomb.xlsx"); // contains xml-entity-expansion
EXPECTED_FAILURES.add("spreadsheet/poc-shared-strings.xlsx"); // contains shared-string-entity-expansion
+ EXPECTED_FAILURES.add("spreadsheet/60255_extra_drawingparts.xlsx"); // Non-drawing drawing
// old Excel files, which we only support simple text extraction of
EXPECTED_FAILURES.add("spreadsheet/testEXCEL_2.xls");