You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (JIRA)" <ji...@apache.org> on 2017/06/10 21:21:18 UTC

[jira] [Resolved] (JUNEAU-53) Testcases fail on non US Locale Zone.

     [ https://issues.apache.org/jira/browse/JUNEAU-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar resolved JUNEAU-53.
--------------------------------
    Resolution: Fixed

> Testcases fail on non US Locale Zone. 
> --------------------------------------
>
>                 Key: JUNEAU-53
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-53
>             Project: Juneau
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 6.1.0
>         Environment: $>locale
> LANG="ko_KR.UTF-8"
> LC_COLLATE="ko_KR.UTF-8"
> LC_CTYPE="ko_KR.UTF-8"
> LC_MESSAGES="ko_KR.UTF-8"
> LC_MONETARY="ko_KR.UTF-8"
> LC_NUMERIC="ko_KR.UTF-8"
> LC_TIME="ko_KR.UTF-8"
> LC_ALL=
>            Reporter: Raphi D Lee
>            Priority: Minor
>
> project : juneau-core-test
> test class : org.apache.juneau.transforms.CalendarSwapTest
> testTimeZone and testBeanProperyFilterJson fails on my locale settings(ko_KR).
> Failure Trace :
> org.junit.ComparisonFailure: expected:<[Wed, 31 Jan] 2001 12:34:56 +0000> but was:<[수, 31 1월] 2001 12:34:56 +0000>
> I think TestUtils.setLocale(Locale.US) was not affected on this case.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)