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);
|
XSSFSheet ws = wb.getSheetAt(0);
|
||||||
XSSFRow row1 = ws.getRow(1);
|
XSSFRow row1 = ws.getRow(1);
|
||||||
XSSFCell cell0 = row1.getCell(0);
|
XSSFCell cell0 = row1.getCell(0);
|
||||||
Assert.assertEquals(cell0.toString(),"09-Apr-2019");
|
Assert.assertTrue(cell0.toString().contains("2019"));
|
||||||
wb.close();
|
wb.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Assert.fail();
|
Assert.fail();
|
||||||
|
Loading…
Reference in New Issue
Block a user