Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 9665 invoked from network); 21 Aug 2006 21:54:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 21:54:15 -0000 Received: (qmail 98921 invoked by uid 500); 21 Aug 2006 21:54:15 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 98906 invoked by uid 500); 21 Aug 2006 21:54:15 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 98897 invoked by uid 99); 21 Aug 2006 21:54:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 14:54:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO nz-out-0102.google.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 14:54:14 -0700 Received: by nz-out-0102.google.com with SMTP id n29so839379nzf for ; Mon, 21 Aug 2006 14:53:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MjMOp3T1KANtPGVz0b+KkvaIv9YULj3rDqHJ1tPetZ0dPv4GNEXLNieeNnwQxbCAyIvD7xATsD5gua33WAT0KxiSrPNnNgVNUUxl1ZqjUHVatIrqgX+WhgzoJ5xrhKS/Bzdx8ChF1ARcUFBjto1Y/h7naEwb3nV6uaDGgv4XQFQ= Received: by 10.65.154.10 with SMTP id g10mr7499209qbo; Mon, 21 Aug 2006 14:53:52 -0700 (PDT) Received: by 10.64.243.8 with HTTP; Mon, 21 Aug 2006 14:53:52 -0700 (PDT) Message-ID: <7edfeeef0608211453r3ef8aa06p50103debe4f49cea@mail.gmail.com> Date: Mon, 21 Aug 2006 17:53:52 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r433345 - in /incubator/abdera/java/trunk/parser/src/main/java/org/apache/abdera/parser/stax: FOMElement.java FOMFeed.java In-Reply-To: <20060821202037.3EF2A1A981A@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060821202037.3EF2A1A981A@eris.apache.org> X-Google-Sender-Auth: d08fbe1b3a634982 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/21/06, jmsnell@apache.org wrote: > Author: jmsnell > Date: Mon Aug 21 13:20:36 2006 > New Revision: 433345 > > URL: http://svn.apache.org/viewvc?rev=433345&view=rev > Log: > If an element already contains a child, don't add it again. Uhh, ok, so something's definately wrong with this. This change results in about half the parser tests failing. -garrett