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 2008/02/10 05:08:09 UTC

[jira] Resolved: (HARMONY-5085) [classlib][swing] InternationalFormatterRTest.testIncrementDecrement failure

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

Tony Wu resolved HARMONY-5085.
------------------------------

    Resolution: Fixed

worked around in patch for HARMONY-5061, committed in r612718

> [classlib][swing] InternationalFormatterRTest.testIncrementDecrement failure
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-5085
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5085
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Petrenko
>            Assignee: Alexey Petrenko
>
> com.ibm.icu.text.DateFormat$Field
> java.lang.ClassCastException: com.ibm.icu.text.DateFormat$Field
> at org.apache.harmony.awt.text.TextUtils.getCalendarField(TextUtils.java:1067)
> at javax.swing.text.InternationalFormatter$IncrementAction.handleText(InternationalFormatter.java:68)
> at javax.swing.text.InternationalFormatter$IncrementAction.actionPerformed(InternationalFormatter.java:59)
> at javax.swing.text.InternationalFormatterRTest.testIncrementDecrement(InternationalFormatterRTest.java:92)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117)
> at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45)
> at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81)
> at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:144)
> at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:48)
> I'd say that it looks like this test fail since our last ICU update...

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