Closed brideck closed 2 months ago
The new faces40/beanValidation TCK test has strict assertEquals assertions (ex. https://github.com/jakartaee/faces/blob/master/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java#L41), but the MyFaces implementation puts more information with the error message than the test currently allows:
<span id="form:simpleInputMessage"> form:simpleInput: must not be empty </span>
This one slipped through. It has been reported and fixed later on via #1956.
The new faces40/beanValidation TCK test has strict assertEquals assertions (ex. https://github.com/jakartaee/faces/blob/master/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java#L41), but the MyFaces implementation puts more information with the error message than the test currently allows: