faces
faces copied to clipboard
TCK Challenge: old-tck application(Wrapper)GetExpressionFactoryTest uses wrong control case
Challenged Tests: com.sun.ts.tests.jsf.api.jakarta_faces.application.application.URLClient#applicationGetExpressionFactoryTest com.sun.ts.tests.jsf.api.jakarta_faces.application.applicationwrapper.URLClient#applicationWrapperGetExpressionFactoryTest
TCK Version: Jakarta Faces 4.0.x
Tested Implementation: Open Liberty -- containing MyFaces 4.0
Description: In the Javadoc for Jakarta Faces 3.0, Application.getExpressionFactory() it is specified that "The implementation must return the ExpressionFactory from the Jakarta Server Pages container by calling JspFactory.getDefaultFactory().getJspApplicationContext(servletContext).getExpressionFactory()."
For Jakarta Faces 4.0, this was updated to read "The implementation must return the ExpressionFactory from the Expression Language container by calling jakarta.el.ELManager.getExpressionFactory(). " However, the control case in the the challenged tests was not updated to match the newly specified behavior.
This is valid from my perspective. @BalusC @arjantijms what do you think?
+1
@arjantijms any objection to accepting this one?
@arjantijms can you take a look at this? Thanks!