Ticket #35 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

if the search string in assertStringContains() contains tags, the tags in the errormsg are not encoded.

Reported by: andreas.unterluggauer@… Owned by:
Priority: low Milestone: Release 1.2
Keywords: Cc:

Description

if testing html-tags in the content of a string and the test fails, then these tags are not encoded for the error-message.

e.g. if the test assertStringContains(result.content, "</html>"); fails, this test displays the following message:
Expected string "" (String) to be found ...

Change History

Changed 6 years ago by robert

  • status changed from new to closed
  • resolution set to fixed

Fixed in [192]

Note: See TracTickets for help on using tickets.