Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 67359 invoked from network); 16 Jan 2006 00:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 00:53:48 -0000 Received: (qmail 82972 invoked by uid 500); 16 Jan 2006 00:53:46 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 82943 invoked by uid 500); 16 Jan 2006 00:53:46 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 82932 invoked by uid 99); 16 Jan 2006 00:53:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 16:53:45 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [210.86.15.118] (HELO mta207-rme.xtra.co.nz) (210.86.15.118) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 16:53:45 -0800 Received: from mta4-rme.xtra.co.nz ([210.86.15.192]) by mta207-rme.xtra.co.nz with ESMTP id <20060116005318.DQSS17436.mta207-rme.xtra.co.nz@mta4-rme.xtra.co.nz> for ; Mon, 16 Jan 2006 13:53:18 +1300 Received: from [10.1.1.5] ([219.89.59.215]) by mta4-rme.xtra.co.nz with ESMTP id <20060116005318.HQJB1416.mta4-rme.xtra.co.nz@[10.1.1.5]> for ; Mon, 16 Jan 2006 13:53:18 +1300 Subject: Re: test failed From: Simon Kitching Reply-To: skitching@apache.org To: MyFaces Development In-Reply-To: <43CABE87.1030202@atanion.com> References: <43CABB41.8040807@ops.co.at> <43CABE87.1030202@atanion.com> Content-Type: text/plain; charset=iso-8859-1 Date: Mon, 16 Jan 2006 13:53:44 +1300 Message-Id: <1137372824.4668.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N And it works for me too. On Sun, 2006-01-15 at 22:28 +0100, Arvid H�lsebus wrote: > Hello! > > I just updated the sources and run a 'mvn clean install' and everything > worked out fine. The tests didn't fail. Did you try a clean? Are you > using Maven 2.0.1? > > Regards, > Arvid > > Mario Ivankovits wrote: > > Hi! > > > > Could someone please confirm that the tests against the current svn head > > fail? > > > > Currently I try to implement the "commandLink submit script" but after > > an "svn update" the following exception occurs during "mvn install". > > I cant see any class I changed being involved ... so I am not sure if > > its my fault or if the current svn is somewhat unstable. > > > > junit.framework.AssertionFailedError: > > Unexpected method call > > getValue(org.apache.myfaces.mock.MockFacesContext@19a8416): > > getValue(org.apache.myfaces.mock.MockFacesContext@19a8416): > > expected: 0, actual: 1 > > getValue(null): expected: 1, actual: 0 > > at > > org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:44) > > at > > org.easymock.classextension.MockClassControl$2.intercept(MockClassControl.java:67) > > at > > $javax.faces.el.ValueBinding$$EnhancerByCGLIB$$a458a51c.getValue() > > at > > javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1151) > > at > > javax.faces.component.UIComponentBaseTest.testIsRenderedBinding(UIComponentBaseTest.java:69) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at junit.framework.TestCase.runTest(TestCase.java:154) > > > > Thanks! > > Mario > > >