atom feed3 messages in org.apache.shale.issues[jira] Resolved: (SHALE-223) System i...
FromSent OnAttachments
Craig McClanahan (JIRA)Jul 16, 2006 8:32 pm 
Craig McClanahan (JIRA)Jul 16, 2006 8:32 pm 
Craig McClanahan (JIRA)Jul 16, 2006 8:58 pm 
Subject:[jira] Resolved: (SHALE-223) System integration test TokenTestCase fails against the JSF 1.1 RI
From:Craig McClanahan (JIRA) (ji@apache.org)
Date:Jul 16, 2006 8:58:58 pm
List:org.apache.shale.issues

[ http://issues.apache.org/struts/browse/SHALE-223?page=all ]

Craig McClanahan resolved SHALE-223. ------------------------------------

Resolution: Fixed

Fixed in nightly build 20060717. There is an implementation difference between
MyFaces and the RI on whether a DOM element gets created for the <h:messages>
component when no actual messages are present, and we cannot assume one way or
the other.

System integration test TokenTestCase fails against the JSF 1.1 RI ------------------------------------------------------------------

Key: SHALE-223 URL: http://issues.apache.org/struts/browse/SHALE-223 Project: Shale Issue Type: Bug Affects Versions: 1.0.2 Reporter: Craig McClanahan Assigned To: Craig McClanahan Fix For: 1.0.3

When the system integration tests are run with '-Djsf=ri", the TokenTestCase
test fails with an assertion error on line 157. It works when executed against
MyFaces.