Use TestCaseInfo in tests directly

This commit is contained in:
Martin Hořeňovský
2021-05-28 23:07:50 +02:00
parent aee31d0620
commit 816f69416b
5 changed files with 13 additions and 13 deletions

View File

@@ -18997,7 +18997,7 @@ loose text artifact
<TestCase name="tags with dots in later positions are not parsed as hidden" tags="[tags]" filename="tests/<exe-name>/IntrospectiveTests/Tag.tests.cpp" >
<Expression success="true" type="REQUIRE" filename="tests/<exe-name>/IntrospectiveTests/Tag.tests.cpp" >
<Original>
testcase->tags.size() == 1
testcase.tags.size() == 1
</Original>
<Expanded>
1 == 1
@@ -19005,7 +19005,7 @@ loose text artifact
</Expression>
<Expression success="true" type="REQUIRE" filename="tests/<exe-name>/IntrospectiveTests/Tag.tests.cpp" >
<Original>
testcase->tags[0].original == "magic.tag"_catch_sr
testcase.tags[0].original == "magic.tag"_catch_sr
</Original>
<Expanded>
magic.tag == magic.tag