[
https://issues.apache.org/jira/browse/LOG4J2-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved LOG4J2-1276.
----------------------------------
Resolution: Fixed
Assignee: Gary Gregory
Fix Version/s: 2.6
Patch applied and tweaked. Thank you [~lhochet]!
> 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
> Assignee: Gary Gregory
> Priority: Minor
> Fix For: 2.6
>
> Attachments: patch-log4j2-1276.diff
>
>
> 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]