Slight improvement for reporter test

This commit is contained in:
Martin Hořeňovský
2022-05-10 19:16:50 +02:00
parent a733b58cd2
commit d60fbe49be
9 changed files with 17 additions and 15 deletions

View File

@@ -15727,13 +15727,13 @@ Message from section two
<Section name="Listing reporters" filename="tests/<exe-name>/IntrospectiveTests/Reporters.tests.cpp" >
<Expression success="true" type="REQUIRE_THAT" filename="tests/<exe-name>/IntrospectiveTests/Reporters.tests.cpp" >
<Original>
listingString, ContainsSubstring("fake reporter"s)
listingString, ContainsSubstring( "fake reporter"s ) &amp;&amp; ContainsSubstring( "fake description"s )
</Original>
<Expanded>
"Available reporters:
fake reporter: fake description
" contains: "fake reporter"
" ( contains: "fake reporter" and contains: "fake description" )
</Expanded>
</Expression>
<OverallResults successes="1" failures="0" expectedFailures="0"/>