[ https://issues.apache.org/jira/browse/LOG4J2-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146810#comment-15146810 ]
Gary Gregory commented on LOG4J2-1276: -------------------------------------- Please verify and close. > 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: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org