diff options
author | PJ Fanning <pjfanning@users.noreply.github.com> | 2025-08-05 12:00:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 12:00:54 +0100 |
commit | 9d370116839056efd542612ca9a939d009e78575 (patch) | |
tree | f01b72c5940111b20aa4e9fee93e0fe96dd8ef17 /poi-integration/src/test/java/org/apache | |
parent | d81592022dc186d20290c74da92b671113e780e8 (diff) | |
download | poi-trunk.tar.gz poi-trunk.zip |
* 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.java | 3 |
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! }; |