From: Nick Burch Date: Fri, 13 Mar 2015 13:03:53 +0000 (+0000) Subject: Exclude the OOXML strict files for now, not yet supported, see bug #57699 X-Git-Tag: REL_3_12_FINAL~80 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f3f88a299fe43c84626764de825bb95e0d2783a;p=poi.git Exclude the OOXML strict files for now, not yet supported, see bug #57699 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666433 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 25e837b927..e8de685f9c 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -227,6 +227,11 @@ public class TestAllFiles { EXPECTED_FAILURES.add("spreadsheet/testEXCEL_4.xls"); EXPECTED_FAILURES.add("spreadsheet/testEXCEL_5.xls"); EXPECTED_FAILURES.add("spreadsheet/testEXCEL_95.xls"); + + // OOXML Strict is not yet supported, see bug #57699 + EXPECTED_FAILURES.add("spreadsheet/SampleSS.strict.xlsx"); + EXPECTED_FAILURES.add("spreadsheet/SimpleStrict.xlsx"); + EXPECTED_FAILURES.add("spreadsheet/sample.strict.xlsx"); // non-TNEF files EXPECTED_FAILURES.add("ddf/Container.dat");