https://issues.apache.org/bugzilla/show_bug.cgi?id=47372
Summary: TestHSSFDataFormatter broken on non-US locale
Product: POI
Version: 3.5-dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Build failed with ru_RU.utf8 locale:
1) testGetFormattedCellValueHSSFCell() - hardcoded month name
unit.framework.AssertionFailedError
at
org.apache.poi.hssf.usermodel.TestHSSFDataFormatter.testGetFormattedCellValueHSSFCell(TestHSSFDataFormatter.java:184)
2) testGetFormattedCellValueHSSFCellHSSFFormulaEvaluator()
junit.framework.ComparisonFailure:
Expected :24.50%
Actual :24,50%
at
org.apache.poi.hssf.usermodel.TestHSSFDataFormatter.testGetFormattedCellValueHSSFCellHSSFFormulaEvaluator(TestHSSFDataFormatter.java:251)
2) testGetFormattedCellValueHSSFCell()
junit.framework.ComparisonFailure:
Expected :1234567890.12345
Actual :1234567890,12345
at
org.apache.poi.hssf.usermodel.TestHSSFDataFormatter.testGetFormattedCellValueHSSFCell(TestHSSFDataFormatter.java:208)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]