diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-07-09 14:16:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-07-09 14:16:47 +0000 |
commit | bfd4645a726c13eef376a5127c8aca4f40f5e8f6 (patch) | |
tree | 6e88e2fd270ab49f8da032a36a82b69df44e5584 /poi-integration/src | |
parent | c1d6d0d4a1bc6215d8861a345503f1a1c951a49a (diff) | |
download | poi-bfd4645a726c13eef376a5127c8aca4f40f5e8f6.tar.gz poi-bfd4645a726c13eef376a5127c8aca4f40f5e8f6.zip |
add test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/src')
-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 a6a4480065..fafbab4195 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 @@ -99,6 +99,7 @@ public class TestAllFiles { // corrupt file "spreadsheet/duplicate-filename.xlsx", + "spreadsheet/duplicate-filename-case-insensitive.xlsx", "document/clusterfuzz-testcase-minimized-POIXWPFFuzzer-5166796835258368.docx", }; |