Werner, Matthias, Fixed the problem with the MockCompositeValueExpression in MyFaces test. (adjusted the getValue() method )
The composite EL within Test and all MyFaces testCases works again. Regards Rudy. On 30 July 2010 15:39, Rudy De Busscher <[email protected]> wrote: > Hi all, > > Seems that my MockCompositeValueExpression (MYFACESTEST-20) is the cause. > I'm reverting back to the original MockValueExpression and see later on why > it fails within MyFaces core. (Test case for the > MockCompositeValueExpression works) > > Sorry > regards > rudy. > > > On 30 July 2010 14:36, Matthias Wessendorf <[email protected]> wrote: > >> If you don't update and build myfaces-test, it works >> >> I deleted my local version in the repo and let maven download it from >> people. >> >> -M >> >> On Fri, Jul 30, 2010 at 2:34 PM, Werner Punz <[email protected]> >> wrote: >> > Works here, just did an svn up and then a clean install ... >> > >> > Werner >> > >> > >> > Am 30.07.10 14:14, schrieb Matthias Wessendorf: >> >> >> >> HEy guys, >> >> >> >> I am getting a build failure: >> >> >> >> Results : >> >> >> >> Failed tests: >> >> >> >> >> testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase) >> >> testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase) >> >> >> >> >> testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest) >> >> >> >> >> testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest) >> >> >> >> >> testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest) >> >> >> >> Tests in error: >> >> >> testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase) >> >> >> >> >> testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase) >> >> testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase) >> >> >> >> >> testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase) >> >> >> >> >> testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest) >> >> >> >> >> testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase) >> >> >> >> >> testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase) >> >> >> >> >> testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase) >> >> >> >> >> testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase) >> >> >> >> Tests run: 453, Failures: 5, Errors: 16, Skipped: 0 >> >> >> >> >> > >> > >> > >> >> >> >> -- >> Matthias Wessendorf >> >> blog: http://matthiaswessendorf.wordpress.com/ >> sessions: http://www.slideshare.net/mwessendorf >> twitter: http://twitter.com/mwessendorf >> > >
