Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 27545 invoked from network); 30 Oct 2006 16:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 16:25:28 -0000 Received: (qmail 3289 invoked by uid 500); 30 Oct 2006 16:25:39 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 3261 invoked by uid 500); 30 Oct 2006 16:25:39 -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 3250 invoked by uid 99); 30 Oct 2006 16:25:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 08:25:39 -0800 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, 30 Oct 2006 08:25:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 060627142EC for ; Mon, 30 Oct 2006 08:24:19 -0800 (PST) Message-ID: <1790466.1162225459022.JavaMail.root@brutus> Date: Mon, 30 Oct 2006 08:24:19 -0800 (PST) From: "Alexei Zakharov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-2011) [classlib][beans] refactoring of PersistenceDelegateTest (2) In-Reply-To: <15228081.1162225337035.JavaMail.root@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 [ http://issues.apache.org/jira/browse/HARMONY-2011?page=all ] Alexei Zakharov updated HARMONY-2011: ------------------------------------- Attachment: HY2011-PersistenceDelegate.patch > [classlib][beans] refactoring of PersistenceDelegateTest (2) > ------------------------------------------------------------ > > Key: HARMONY-2011 > URL: http://issues.apache.org/jira/browse/HARMONY-2011 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: ws2003 > Reporter: Alexei Zakharov > Priority: Minor > Attachments: HY2011-PersistenceDelegate.patch, HY2011-PersistenceDelegateTest.patch > > > This is the final rework of org.apache.harmony.beans.tests.java.beans.PersistenceDelegateTest. The attached patch fixes problems in following tests: > testInitialize_Normal > testInitialize_NullInstances > testInitialize_NullEncoder > Tests were refactored; all calls to CallVerificationStack (a reverse engineering toolkit) were removed. Now test logic is clear and obvious. > testInitialize_circularRedundancy > I added this test to check the specific case when a circular redundancy is possible. RI handles it ok. > MockEncoder and MockPersistenceDelegate internal classes were removed since no one is using it currently. > BTW, all tests from the PersistenceDelegateTest class are enabled now; therefore we can remove the class from the exclude list. > Thanks. -- 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