Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62091 invoked from network); 14 Sep 2009 06:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Sep 2009 06:17:20 -0000 Received: (qmail 82874 invoked by uid 500); 14 Sep 2009 06:17:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 82807 invoked by uid 500); 14 Sep 2009 06:17:20 -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 82798 invoked by uid 99); 14 Sep 2009 06:17:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 06:17:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 06:17:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6D3C234C056 for ; Sun, 13 Sep 2009 23:16:57 -0700 (PDT) Message-ID: <1108108118.1252909017682.JavaMail.jira@brutus> Date: Sun, 13 Sep 2009 23:16:57 -0700 (PDT) From: "Li Jing Qin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6340) [classlib][beans] remove XMLEncoderTest from the exclude list In-Reply-To: <1265331128.1252898637498.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Jing Qin updated HARMONY-6340: --------------------------------- Attachment: HARMONY-6340.diff 1. Remove the dependence on "org.apache.xerces.parsers.SAXParser", which fails the testcase on RI 2. ArrayPersistenceDelegate should compare two arrays deeply. Not just compare it with "id". 3. Small fixes on xml file. 4. Comment out testWriteObject_StaticField(), because I do not know why it should be export like that. 5. Remove the line in the exclude.common. > [classlib][beans] remove XMLEncoderTest from the exclude list > ------------------------------------------------------------- > > Key: HARMONY-6340 > URL: https://issues.apache.org/jira/browse/HARMONY-6340 > Project: Harmony > Issue Type: Bug > Reporter: Li Jing Qin > Attachments: HARMONY-6340.diff > > > Remove the XMLEncoderTest from the exclude list -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.