diff options
author | Dominik Stadler <centic@apache.org> | 2015-12-31 09:56:33 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-12-31 09:56:33 +0000 |
commit | 4b37b0d47d96ad39aa3cb227d4935e6e463bb00a (patch) | |
tree | 1a672a64c4abe1a71cb682988780afeb63a7bfbd /src/integrationtest/org/apache/poi | |
parent | b4c4740f98762d40665af4454b54813f8a7f1815 (diff) | |
download | poi-4b37b0d47d96ad39aa3cb227d4935e6e463bb00a.tar.gz poi-4b37b0d47d96ad39aa3cb227d4935e6e463bb00a.zip |
Fix bug 58760: non-standard namespace-key breaks parsing XLSX files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache/poi')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index ecf30a677d..a23dbdd7cc 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -259,9 +259,6 @@ public class TestAllFiles { // non-TNEF files EXPECTED_FAILURES.add("ddf/Container.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>(); |