AbstractIntegrationTest's "assertTextPresent" only checks the first value
-------------------------------------------------------------------------
Key: TAP5-787
URL: https://issues.apache.org/jira/browse/TAP5-787
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core, tapestry-test
Affects Versions: 5.1.0.5
Reporter: Robert Zeigler
AbstractIntegrationTest provide's the "assertTextPresent" method:
void assertTextPresent(String... items);
However, it winds up checking only the first item of items due to an "return"
statement that should be a "continue". Additionally, several tests that pass
with the broken method fail with the fixed version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.