Skip to content

Commit 41ff567

Browse files
authored
move stress.xls to stress.xlsx (#1021)
1 parent cfb713d commit 41ff567

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class TestAllFiles {
103103
// invalid files
104104
"spreadsheet/bug69769.xlsx",
105105

106-
// NOTE: Expected failures should usually be added in file "stress.xls" instead
106+
// NOTE: Expected failures should usually be added in file "stress.xlsx" instead
107107
// of being listed here in order to also verify the expected exception details!
108108
};
109109

@@ -161,7 +161,7 @@ public class TestAllFiles {
161161

162162
public static Stream<Arguments> allfiles(String testName) throws IOException {
163163
StressMap sm = new StressMap();
164-
sm.load(new File(ROOT_DIR, "spreadsheet/stress.xls"));
164+
sm.load(new File(ROOT_DIR, "spreadsheet/stress.xlsx"));
165165

166166
boolean noScratch = Boolean.getBoolean("scratchpad.ignore");
167167

test-data/spreadsheet/stress.xls

-79.5 KB
Binary file not shown.

test-data/spreadsheet/stress.xlsx

35.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)