diff options
author | Dominik Stadler <centic@apache.org> | 2022-01-22 10:47:24 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-01-22 10:47:24 +0000 |
commit | 373d30cdf698b2202d6b2b2ed68447ca428ea90e (patch) | |
tree | 7ae19fc030959cf5b852047f25033dd2f3f22b08 | |
parent | cf15cba02d480250408c7ea33bc018b63ef76c31 (diff) | |
download | poi-373d30cdf698b2202d6b2b2ed68447ca428ea90e.tar.gz poi-373d30cdf698b2202d6b2b2ed68447ca428ea90e.zip |
Exclude one more file when running tests without poi-scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897334 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 39192fb331..ae80fe097a 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -90,6 +90,7 @@ public class TestAllFiles { "**/right-to-left.xlsx", //the threaded comments in this file cause XSSF clone to fail "document/word2.doc", "document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm", + "document/Fuzzed.doc", "hpsf/Test0313rur.adm", "spreadsheet/43493.xls", "spreadsheet/44958.xls", @@ -100,7 +101,7 @@ public class TestAllFiles { "spreadsheet/testArraysAndTables.xls", "spreadsheet/testEXCEL_3.xls", "spreadsheet/testEXCEL_4.xls", - "poifs/unknown_properties.msg" + "poifs/unknown_properties.msg", }; private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet( |