Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 85712 invoked from network); 31 Jul 2006 15:06:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 15:06:48 -0000 Received: (qmail 89301 invoked by uid 500); 31 Jul 2006 15:06:46 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 89270 invoked by uid 500); 31 Jul 2006 15:06:46 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 89233 invoked by uid 99); 31 Jul 2006 15:06:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 08:06:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 08:06:44 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 04A0241000B for ; Mon, 31 Jul 2006 15:04:15 +0000 (GMT) Message-ID: <27865328.1154358255015.JavaMail.jira@brutus> Date: Mon, 31 Jul 2006 08:04:15 -0700 (PDT) From: "Alexei Zakharov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1015) [classlib][beans] fails in CustomizedPersistenceDelegateTest In-Reply-To: <26164560.1154358254038.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1015?page=all ] Alexei Zakharov updated HARMONY-1015: ------------------------------------- Attachment: CustomizedPDTest1.patch > [classlib][beans] fails in CustomizedPersistenceDelegateTest > ------------------------------------------------------------ > > Key: HARMONY-1015 > URL: http://issues.apache.org/jira/browse/HARMONY-1015 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: winXP > Reporter: Alexei Zakharov > Attachments: CustomizedPDTest1.patch > > > Five tests from org.apache.harmony.beans.tests.java.beans.CustomizedPersistenceDelegateTest fail currently due RI incompatibility of our implementation of beans. There are some statement processing issues - our implementation doesn't really execute statements while constructing of tentative objects. Just logs them. The spec doesn't say anything about this but RI behaves exactly as written in tests. Therefore, we should enable these tests on our implementation in order to be compatible with RI. > Attached patch enables following tests: > testArrayPD > testPrimitivePD > I have found a lot of redundant code in CustomizedPersistenceDelegateTest. I just commented it out. -- 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