You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/08/10 11:10:17 UTC

[jira] Resolved: (HARMONY-1129) [classlib][luni] java.util.Locale.getISO3Language() method does not return correct value

     [ http://issues.apache.org/jira/browse/HARMONY-1129?page=all ]

Paulex Yang resolved HARMONY-1129.
----------------------------------

    Resolution: Fixed

Spark, patch applied at revision r430332, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][luni] java.util.Locale.getISO3Language() method does not return correct value
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1129
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1129
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1129.diff
>
>
> java.util.Locale.getISO3Language() should return value "aka"
> if the locale is constructed as below:
> Locale l = new Locale("ak", "");
> But on harmony, a java.util.MissingResourceException will be thrown out.
> Testcase
> public void test_getISO3Language() {
>         Locale l = new Locale("ak", ""); 
>         assertEquals("aka", l.getISO3Language()); 
> }
> Result:       RI passed
>               Harmony failed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira