Browse Source

Exclude file from integration-tests until bug 58760 is fixed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722405 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_14_FINAL
Dominik Stadler 8 years ago
parent
commit
581aba1597
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/integrationtest/org/apache/poi/TestAllFiles.java

+ 3
- 0
src/integrationtest/org/apache/poi/TestAllFiles.java View File

// non-TNEF files // non-TNEF files
EXPECTED_FAILURES.add("ddf/Container.dat"); EXPECTED_FAILURES.add("ddf/Container.dat");
EXPECTED_FAILURES.add("ddf/47143.dat"); EXPECTED_FAILURES.add("ddf/47143.dat");
// will be fixed as part of bug 58760
EXPECTED_FAILURES.add("spreadsheet/58760.xlsx");
} }


private static final Set<String> IGNORED = new HashSet<String>(); private static final Set<String> IGNORED = new HashSet<String>();

Loading…
Cancel
Save