Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-787

AbstractIntegrationTest's "assertTextPresent" only checks the first value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.5
    • 5.2.0
    • None

    Description

      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.

      Attachments

        Activity

          People

            ongakugainochi Robert Zeigler
            ongakugainochi Robert Zeigler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: