[ https://issues.apache.org/jira/browse/HARMONY-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469443
]
Alexei Zakharov commented on HARMONY-3093:
------------------------------------------
BTW while playing with your patch I've found that following tests from GregorianCalendarTest
fail on RI:
test_getActualMinimumI
test_getGreatestMinimumI
test_getLeastMaximumI
test_getMinimumI
Perhaps it will be nice to do something with 'em too ;)
> [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
> Components: Classlib
> Reporter: Tony Wu
> Assigned To: Alexei Zakharov
> 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.
|