[ 
https://issues.apache.org/jira/browse/CAMEL-12209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350360#comment-16350360
 ] 

ASF GitHub Bot commented on CAMEL-12209:
----------------------------------------

aldettinger commented on issue #2198: CAMEL-12209: Proposal to fix by adding an 
overload
URL: https://github.com/apache/camel/pull/2198#issuecomment-362592773
 
 
   Oops, I've totally missed this one. @oscerd, thanks for closing 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> StringHelperTest.testHumanReadableBytes() is not repeatable
> -----------------------------------------------------------
>
>                 Key: CAMEL-12209
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12209
>             Project: Camel
>          Issue Type: Test
>            Reporter: Alex Dettinger
>            Assignee: Alex Dettinger
>            Priority: Minor
>             Fix For: 2.21.0
>
>
> This test expects a byte number (e.g. 1024) to be formatted into a string 
> (e.g. 1.0 KB).
> The implementation is dependent upon the default locale, so this test fails, 
> for instance on a french machine:
> {code:java}
> [ERROR]   Run 1: StringHelperTest.testHumanReadableBytes:262 expected:<1[.]0 
> KB> but was:<1[,]0 KB>
> [ERROR]   Run 2: StringHelperTest.testHumanReadableBytes:262 expected:<1[.]0 
> KB> but was:<1[,]0 KB>
> [ERROR]   Run 3: StringHelperTest.testHumanReadableBytes:262 expected:<1[.]0 
> KB> but was:<1[,]0 KB>{code}
>  
> I will setup a PR to discuss this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to