From: Dominik Stadler Date: Sat, 27 Feb 2016 10:23:53 +0000 (+0000) Subject: Also mark the file for bug 59074 as expected-failure for integration testing X-Git-Tag: REL_3_14_FINAL~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1918d292deb75eb67de162e568c0fd3b21b4642;p=poi.git Also mark the file for bug 59074 as expected-failure for integration testing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732620 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index e2d26391d7..3ba0b37b63 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("spreadsheet/testEXCEL_4.xls"); EXPECTED_FAILURES.add("spreadsheet/testEXCEL_5.xls"); EXPECTED_FAILURES.add("spreadsheet/testEXCEL_95.xls"); + EXPECTED_FAILURES.add("spreadsheet/59074.xls"); // OOXML Strict is not yet supported, see bug #57699 EXPECTED_FAILURES.add("spreadsheet/SampleSS.strict.xlsx");