Skip to content

Commit b1b134a

Browse files
committed
add test case that only passes with the modifications from this PR
1 parent ae8bb3d commit b1b134a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fastexcel-reader/src/test/java/org/dhatim/fastexcel/reader/FastExcelReaderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import org.apache.poi.ss.usermodel.Workbook;
1919
import org.apache.poi.ss.usermodel.WorkbookFactory;
20+
import org.apache.poi.util.IOUtils;
2021
import org.apache.poi.xssf.usermodel.XSSFCell;
2122
import org.junit.jupiter.api.Test;
2223
import org.junit.jupiter.params.ParameterizedTest;
@@ -155,6 +156,7 @@ private List<RowDates> readUsingFastExcel() throws IOException {
155156
"/xlsx/write.xlsx",
156157
"/xlsx/issue143.xlsx",
157158
"/xlsx/issue161.xlsx",
159+
"/xlsx/issue514.xlsx",
158160
// "/xlsx/xlsx-stream-d-date-cell.xlsx"
159161
})
160162
void testFile(String file) {
Binary file not shown.

0 commit comments

Comments
 (0)