You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/07/17 07:51:04 UTC

[jira] Assigned: (HARMONY-3778) [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.

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

Leo Li reassigned HARMONY-3778:
-------------------------------

    Assignee: Leo Li

> [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3778
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3778
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>
> Here is a testcase:
> public void test()
> {
>    Applet applet = (Applet) Beans.instantiate(null, "java.applet.Applet");
>    assertTrue(applet.isActive()); 
> }
> RI passes.
> Harmony fails.

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