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

[jira] Commented: (HARMONY-2573) [classlib][swing] javax.swing.JEditorPane.isFocusCycleRoot() returns false while RI returns true

    [ https://issues.apache.org/jira/browse/HARMONY-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463587 ] 

Vasily Zakharov commented on HARMONY-2573:
------------------------------------------

I'll look into this issue.


> [classlib][swing] javax.swing.JEditorPane.isFocusCycleRoot() returns false while RI returns true
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2573
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2573
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>            Priority: Minor
>
> Test case:
> --------------
> import javax.swing.JEditorPane;
> import junit.framework.TestCase;
> public class TheTest extends TestCase {
>     public static void main(String args[]) {
>         junit.textui.TestRunner.run(TheTest.class);
>     }
>     public void testcase1() {
>         JEditorPane ep = new JEditorPane();
>         assertTrue(ep.isFocusCycleRoot());
>     }
> }
> Harmony output:
> -----------------
> .F
> Time: 1.262
> There was 1 failure:
> 1) testcase1(TheTest)junit.framework.AssertionFailedError
> 	at TheTest.testcase1(TheTest.java:13)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 	at TheTest.main(TheTest.java:8)
> FAILURES!!!
> Tests run: 1,  Failures: 1,  Errors: 0

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