diff options
author | Dominik Stadler <centic@apache.org> | 2020-12-30 21:40:01 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-12-30 21:40:01 +0000 |
commit | 42c4e7d89ac33f4a71fd57d87666dd1a89bbf118 (patch) | |
tree | f633a79ee33cf12a8ef0cd281127689de3391e69 /src/integrationtest | |
parent | 6a7003ff4fd66cce810e7c2cfd5bf281293bbe08 (diff) | |
download | poi-42c4e7d89ac33f4a71fd57d87666dd1a89bbf118.tar.gz poi-42c4e7d89ac33f4a71fd57d87666dd1a89bbf118.zip |
Add unfixed test for bug 64759 and make the ones fail which depend on manual opening of files in Microsoft Excel for verification
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java index cf059642a7..aa219bc2df 100644 --- a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java @@ -251,6 +251,7 @@ public class TestAllFiles { private static final Set<String> EXPECTED_FAILURES = unmodifiableHashSet( // password protected files without known password "spreadsheet/51832.xls", + "spreadsheet/64759.xlsx", "document/PasswordProtected.doc", // TODO: fails XMLExportTest, is this ok? |