aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2015-03-13 13:03:53 +0000
committerNick Burch <nick@apache.org>2015-03-13 13:03:53 +0000
commit1f3f88a299fe43c84626764de825bb95e0d2783a (patch)
treec680e82c5e2a43afbcc89e0e284858b5ab02d350 /src
parentb5b76b5a12db548701a57a47adfaef42bba8d97d (diff)
downloadpoi-1f3f88a299fe43c84626764de825bb95e0d2783a.tar.gz
poi-1f3f88a299fe43c84626764de825bb95e0d2783a.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java5
1 files changed, 5 insertions, 0 deletions
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");