This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 41ff567551 move stress.xls to stress.xlsx (#1021)
41ff567551 is described below
commit 41ff567551d28ae234fb0cb728ef87df4cd08c53
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Mar 4 19:01:33 2026 +0100
move stress.xls to stress.xlsx (#1021)
---
.../test/java/org/apache/poi/stress/TestAllFiles.java | 4 ++--
test-data/spreadsheet/stress.xls | Bin 81408 -> 0 bytes
test-data/spreadsheet/stress.xlsx | Bin 0 -> 36701 bytes
3 files changed, 2 insertions(+), 2 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 a1d85e5f1d..dcbc32be7a 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
@@ -103,7 +103,7 @@ public class TestAllFiles {
// invalid files
"spreadsheet/bug69769.xlsx",
- // NOTE: Expected failures should usually be added in file
"stress.xls" instead
+ // NOTE: Expected failures should usually be added in file
"stress.xlsx" instead
// of being listed here in order to also verify the expected exception
details!
};
@@ -161,7 +161,7 @@ public class TestAllFiles {
public static Stream<Arguments> allfiles(String testName) throws
IOException {
StressMap sm = new StressMap();
- sm.load(new File(ROOT_DIR, "spreadsheet/stress.xls"));
+ sm.load(new File(ROOT_DIR, "spreadsheet/stress.xlsx"));
boolean noScratch = Boolean.getBoolean("scratchpad.ignore");
diff --git a/test-data/spreadsheet/stress.xls b/test-data/spreadsheet/stress.xls
deleted file mode 100644
index ac5b024338..0000000000
Binary files a/test-data/spreadsheet/stress.xls and /dev/null differ
diff --git a/test-data/spreadsheet/stress.xlsx
b/test-data/spreadsheet/stress.xlsx
new file mode 100644
index 0000000000..bd7c66886b
Binary files /dev/null and b/test-data/spreadsheet/stress.xlsx differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]