From commits-return-24291-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Tue Jan 02 03:28:18 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 86300 invoked from network); 2 Jan 2007 03:28:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2007 03:28:18 -0000 Received: (qmail 35607 invoked by uid 500); 2 Jan 2007 03:28:25 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 35580 invoked by uid 500); 2 Jan 2007 03:28:25 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 35571 invoked by uid 99); 2 Jan 2007 03:28:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jan 2007 19:28:24 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86A397142D0 for ; Mon, 1 Jan 2007 19:27:27 -0800 (PST) Message-ID: <19986727.1167708447520.JavaMail.jira@brutus> Date: Mon, 1 Jan 2007 19:27:27 -0800 (PST) From: "Tony Wu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2001) [classlib][beans] different behavior with RI in method Introspector.decapitalize MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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