You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/02/01 11:16:05 UTC

[jira] Updated: (HARMONY-3093) [classlib][luni]GregorianCalendar .getMaximum(Calendar.DST_OFFSET) returns incorrect value

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

Tony Wu updated HARMONY-3093:
-----------------------------

    Attachment: harmony-3093.diff

Would you please try it? Thanks a lot.

> [classlib][luni]GregorianCalendar .getMaximum(Calendar.DST_OFFSET) returns incorrect value
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3093
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3093
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Tony Wu
>         Attachments: harmony-3093.diff
>
>
> following testcase passes on RI but fails on Harmony
>     public void test() { 
>         GregorianCalendar gc = new GregorianCalendar(); 
>         assertEquals(7200000, gc.getMaximum(Calendar.DST_OFFSET)); 
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.