aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-10-20 20:31:57 +0000
committerDominik Stadler <centic@apache.org>2016-10-20 20:31:57 +0000
commit81eccf4d2e6cb70a120d2451e8e1fc5a883b37a0 (patch)
treed9d0bf7072fde84331ba1f52c7db8d77111ebed4 /src/integrationtest
parent68d0f816e968e2061d08afb9d22cb460502d2a28 (diff)
downloadpoi-81eccf4d2e6cb70a120d2451e8e1fc5a883b37a0.tar.gz
poi-81eccf4d2e6cb70a120d2451e8e1fc5a883b37a0.zip
Exclude new BIFF5 file in some unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-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 5b50be1e8c..32e20f4ba6 100644
--- a/src/integrationtest/org/apache/poi/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/TestAllFiles.java
@@ -189,6 +189,7 @@ public class TestAllFiles {
OLD_FILES.add("document/word95err.doc");
OLD_FILES.add("hpsf/TestMickey.doc");
OLD_FILES.add("document/52117.doc");
+ OLD_FILES.add("spreadsheet/60284.xls");
}
private static final Set<String> EXPECTED_FAILURES = new HashSet<String>();