You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "Raphi D Lee (JIRA)" <ji...@apache.org> on 2017/05/31 01:26:04 UTC

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

Raphi D Lee created JUNEAU-53:
---------------------------------

             Summary: 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)