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

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

Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2198


> 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