aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/src/test/java/org/apache
diff options
context:
space:
mode:
authorPJ Fanning <pjfanning@users.noreply.github.com>2025-08-05 12:00:54 +0100
committerGitHub <noreply@github.com>2025-08-05 12:00:54 +0100
commit9d370116839056efd542612ca9a939d009e78575 (patch)
treef01b72c5940111b20aa4e9fee93e0fe96dd8ef17 /poi-integration/src/test/java/org/apache
parentd81592022dc186d20290c74da92b671113e780e8 (diff)
downloadpoi-trunk.tar.gz
poi-trunk.zip
workaround stray whitespace in sst index (#874)HEADtrunk
* tolerate whitespace in ints * try to workaround stray whitespace in sst index * Update TestAllFiles.java
Diffstat (limited to 'poi-integration/src/test/java/org/apache')
-rw-r--r--poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java3
1 files changed, 3 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 957b804ff5..8988c8a180 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
@@ -100,6 +100,9 @@ public class TestAllFiles {
// stress docs
"document/deep-table-cell.docx",
+ // invalid files
+ "spreadsheet/bug69769.xlsx",
+
// NOTE: Expected failures should usually be added in file "stress.xls" instead
// of being listed here in order to also verify the expected exception details!
};