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/01/02 04:27:27 UTC

[jira] Commented: (HARMONY-2001) [classlib][beans] different behavior with RI in method Introspector.decapitalize

    [ http://issues.apache.org/jira/browse/HARMONY-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461661 ] 

Tony Wu commented on HARMONY-2001:
----------------------------------

Thanks Alexei, everything is ok.
I'm sorry it's late.


> [classlib][beans] different behavior with RI in method Introspector.decapitalize
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-2001
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2001
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>
> this testcase passed on RI but failed on Harmony
> public class TestBeans extends TestCase {
>    public void test() {
>        String expected = "a1";
>        String actual = java.beans.Introspector.decapitalize("A1");
>        assertEquals(expected, actual);
>    }
> }

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