From 81eccf4d2e6cb70a120d2451e8e1fc5a883b37a0 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 20 Oct 2016 20:31:57 +0000 Subject: 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/integrationtest') 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 EXPECTED_FAILURES = new HashSet(); -- cgit v1.2.3