Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 33055 invoked from network); 5 Mar 2008 22:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2008 22:05:08 -0000 Received: (qmail 71703 invoked by uid 500); 5 Mar 2008 22:05:05 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 71633 invoked by uid 500); 5 Mar 2008 22:05:04 -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 71624 invoked by uid 99); 5 Mar 2008 22:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 14:05:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jasnell@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 22:04:28 +0000 Received: by wx-out-0506.google.com with SMTP id h30so2484149wxd.21 for ; Wed, 05 Mar 2008 14:04:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=QUVYIv7ud4LzqlBe0oilaI0bE4KxzgDAYRwITqYhAsY=; b=EA10s4Dqpk94MXpCj1NmygG8gtCvDbppeKLDQGQqRTssXtWgttmR230+1/Ok5/A09vyfwnUmiJqm0YiJM3a1gvsXWv5jLG2wIYiMyXClbF37yjPGSJEu5rOKdo9DAbWUqDlR7zY1PtZ952Xpha4MRm4s+l+uiP9xE92mW1R/fL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=KLBFBVuKA9hFiLpqgpR6s6pJtzLCGcq5ZHa3QmhavYs0rzypFNFBGt2qJ7ntQMt7eo0J5M5C2rH2r4xOPzDY+PP6CzgMK0RZPd8QPifrqgUg4TsNBlwTNSSu/HD4yxawC5tFyrenOtl8xMtXvmII9ES9NUoH//7BAno6rHedPyI= Received: by 10.100.137.11 with SMTP id k11mr7977690and.38.1204754677634; Wed, 05 Mar 2008 14:04:37 -0800 (PST) Received: from ?192.168.2.2? ( [67.181.217.27]) by mx.google.com with ESMTPS id a30sm2685210rnb.12.2008.03.05.14.04.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Mar 2008 14:04:36 -0800 (PST) Message-ID: <47CF18F0.7050708@gmail.com> Date: Wed, 05 Mar 2008 14:04:32 -0800 From: James M Snell User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: JUnit failure building 0.3.0-incubating from source References: <1A9866F953006D45AEE0166066114E090D521C5C@TPMAIL02.corp.theplatform.com> In-Reply-To: <1A9866F953006D45AEE0166066114E090D521C5C@TPMAIL02.corp.theplatform.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yeah, the test case was changed in the feed validator project. I'll update the branch a bit later this evening to compensate. - James Todd Wells wrote: > When running a "mvn install", I get a single unit test failure: > > > > > > message="expected:&lt;-1&gt; but > was:&lt;0&gt;">junit.framework.AssertionFailedError: > expected:&-1& but was:&0& > > at junit.framework.Assert.fail(Assert.java:47) > > at junit.framework.Assert.failNotEquals(Assert.java:277) > > at junit.framework.Assert.assertEquals(Assert.java:64) > > at junit.framework.Assert.assertEquals(Assert.java:130) > > at junit.framework.Assert.assertEquals(Assert.java:136) > > at > org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4276Link > LengthNotPositive(FeedValidatorTest.java:3037) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at junit.framework.TestCase.runTest(TestCase.java:168) > > at junit.framework.TestCase.runBare(TestCase.java:134) > > at > junit.framework.TestResult$1.protect(TestResult.java:110) > > at > junit.framework.TestResult.runProtected(TestResult.java:128) > > at junit.framework.TestResult.run(TestResult.java:113) > > at junit.framework.TestCase.run(TestCase.java:124) > > at junit.framework.TestSuite.runTest(TestSuite.java:232) > > at junit.framework.TestSuite.run(TestSuite.java:227) > > at > org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.jav > a:76) > > at > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.jav > a:62) > > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSe > t(AbstractDirectoryTestSuite.java:138) > > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Abstr > actDirectoryTestSuite.java:125) > > at > org.apache.maven.surefire.Surefire.run(Surefire.java:132) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Suref > ireBooter.java:290) > > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java > :818) > > > > > > > > I don't know if it's related, but I noticed this checksum failure during > the maven build, too: > > > > [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for > org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.jar - IGNORING > > > > My apologies if this is the incorrect list for posting this issue, it > seemed appropriate since it had to do with building the source. > >