From: Andreas Beeker Date: Thu, 20 Oct 2016 22:31:50 +0000 (+0000) Subject: fix integration-tests X-Git-Tag: REL_3_16_BETA1~58 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78ca6db13bd053e199c6d45bd516d70ac58860c3;p=poi.git fix integration-tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765900 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 32e20f4ba6..d6581b9a10 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -189,7 +189,6 @@ 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(); @@ -259,6 +258,7 @@ public class TestAllFiles { EXPECTED_FAILURES.add("spreadsheet/testEXCEL_5.xls"); EXPECTED_FAILURES.add("spreadsheet/testEXCEL_95.xls"); EXPECTED_FAILURES.add("spreadsheet/59074.xls"); + EXPECTED_FAILURES.add("spreadsheet/60284.xls"); // OOXML Strict is not yet supported, see bug #57699 EXPECTED_FAILURES.add("spreadsheet/SampleSS.strict.xlsx");