diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-07-09 14:43:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-07-09 14:43:03 +0000 |
commit | 302b43641f6329dbf02c8816950dd4c554327288 (patch) | |
tree | f38f016d06cc87d2f1d598bac7a36009d09f81fa /poi-integration | |
parent | bfd4645a726c13eef376a5127c8aca4f40f5e8f6 (diff) | |
download | poi-302b43641f6329dbf02c8816950dd4c554327288.tar.gz poi-302b43641f6329dbf02c8816950dd4c554327288.zip |
add negative test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 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 fafbab4195..2f8ba9aafa 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 @@ -98,6 +98,7 @@ public class TestAllFiles { "poifs/protected_sha512.xlsx", // corrupt file + "document/unicode-path.docx", "spreadsheet/duplicate-filename.xlsx", "spreadsheet/duplicate-filename-case-insensitive.xlsx", "document/clusterfuzz-testcase-minimized-POIXWPFFuzzer-5166796835258368.docx", |