aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-10-20 22:31:50 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-10-20 22:31:50 +0000
commit78ca6db13bd053e199c6d45bd516d70ac58860c3 (patch)
tree16d6e1643f30e4086e3e9cb5b8d11508e092e42c /src/integrationtest
parent81eccf4d2e6cb70a120d2451e8e1fc5a883b37a0 (diff)
downloadpoi-78ca6db13bd053e199c6d45bd516d70ac58860c3.tar.gz
poi-78ca6db13bd053e199c6d45bd516d70ac58860c3.zip
fix integration-tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java2
1 files changed, 1 insertions, 1 deletions
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<String> EXPECTED_FAILURES = new HashSet<String>();
@@ -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");