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 09:45:21 UTC

[jira] Assigned: (HARMONY-1128) [classlib][luni] java.util.GregorianCalendar.getMinimalDaysInFirstWeek() method does not return correct value

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

Paulex Yang reassigned HARMONY-1128:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] java.util.GregorianCalendar.getMinimalDaysInFirstWeek() method does not return correct value
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1128
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1128
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1128.diff
>
>
> When using time zone "Europe/London" and Locale("fr", "CA"),
> java.util.GregorianCalendar.getMinimalDaysInFirstWeek() method does not return
> correct value. The expected return value is 1, but on harmony, the return value
> is 4.
> The following test case gives a hint.
> public void test_getMinimalDaysInFirstWeek() {
> GregorianCalendar g = new
> GregorianCalendar(TimeZone.getTimeZone("Europe/London"), new Locale("fr",
> "CA"));
>         minimalDaysInFirstWeek = g.getMinimalDaysInFirstWeek();
>         assertEquals(1, minimalDaysInFirstWeek);
> }
> Test case passes on RI
>           fails  on Harmony
> I will attach a patch to fix this problem.
> Best regards
> Spark Shen

-- 
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