Ludovic HOCHET created LOG4J2-1276:
--------------------------------------
Summary: LoggerMessageSupplierTest and LoggerSupplierTest are
Locale sensitive
Key: LOG4J2-1276
URL: https://issues.apache.org/jira/browse/LOG4J2-1276
Project: Log4j 2
Issue Type: Test
Components: API
Affects Versions: 2.6
Environment: French Windows 10, Java 8
Reporter: Ludovic HOCHET
Priority: Minor
The following tests in API are failing on a French Windows 10:
LoggerMessageSupplierTest.flowTracing_MessageSupplierOfMessageFormatMessage:103
Missing entry data
Expected: a string containing "int foo=1,234,567,890"
but: was "ENTRY[ FLOW ] TRACE entry int foo=1 234 567 890"
LoggerMessageSupplierTest.flowTracing_MessageSupplierOfStringFormattedMessage:173
Missing entry data
Expected: a string containing "int foo=1,234,567,890"
but: was "ENTRY[ FLOW ] TRACE entry int foo=1 234 567 890"
LoggerSupplierTest.flowTracing_SupplierOfMessageFormatMessage:116 Missing
entry data
Expected: a string containing "(int foo=1,234,567,890)"
but: was "ENTRY[ FLOW ] TRACE entry params(int foo=1 234 567 890)"
LoggerSupplierTest.flowTracing_SupplierOfStringFormattedMessage:200 Missing
entry data
Expected: a string containing "(int foo=1,234,567,890)"
but: was "ENTRY[ FLOW ] TRACE entry params(int foo=1 234 567 890)"
MessageFormatMessage uses MessageFormat,format(pattern, args),
StringFormattedMessage uses String.format(pattern, args) both are using the
default Locale to format the numbers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]