Fix #2025: XLSX tests locale dependency
This commit is contained in:
parent
04af293481
commit
b366b29da1
@ -149,7 +149,7 @@ public class XlsxExporterTests extends RefineTest {
|
||||
XSSFSheet ws = wb.getSheetAt(0);
|
||||
XSSFRow row1 = ws.getRow(1);
|
||||
XSSFCell cell0 = row1.getCell(0);
|
||||
Assert.assertEquals(cell0.toString(),"09-Apr-2019");
|
||||
Assert.assertTrue(cell0.toString().contains("2019"));
|
||||
wb.close();
|
||||
} catch (IOException e) {
|
||||
Assert.fail();
|
||||
|
Loading…
Reference in New Issue
Block a user