Skip to content

Commit c5470d3

Browse files
authored
[JAVA-41042] Enabled test (#17857)
* [JAVA-41042] Enabled test * [JAVA-41042] Remove unused import statement
1 parent 9d421a5 commit c5470d3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

apache-poi-4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</dependencies>
5858

5959
<properties>
60-
<poi.version>5.2.5</poi.version>
60+
<poi.version>5.3.0</poi.version>
6161
<poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version>
6262
<xmlbeans.version>5.2.0</xmlbeans.version>
6363
<logback-classic.version>1.5.6</logback-classic.version>

apache-poi-4/src/test/java/com/baeldung/poi/excel/merge/ExcelCellMergerUnitTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
import org.apache.poi.ss.util.CellRangeAddress;
1919
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
2020
import org.junit.jupiter.api.BeforeEach;
21-
import org.junit.jupiter.api.Disabled;
2221
import org.junit.jupiter.api.Test;
2322

24-
@Disabled("Fixing at JAVA-41042")
2523
class ExcelCellMergerUnitTest {
2624

27-
private static final String FILE_NAME = "ExcelCellFormatterTest.xlsx";
25+
private static final String FILE_NAME = "ExcelCellFormatterTest2.xlsx";
2826
private static final String FILE_NAME_2 = "MergedAlignCell.xlsx";
2927

3028
private String fileLocation;
Binary file not shown.

0 commit comments

Comments
 (0)