mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Approved [.] change
This commit is contained in:
parent
9c39a5e8dd
commit
47751e4df3
@ -4277,7 +4277,7 @@ with expansion:
|
||||
|
||||
TestMain.cpp:363:
|
||||
PASSED:
|
||||
CHECK( oneTag.hasTag( "hide" ) )
|
||||
CHECK( oneTag.hasTag( "." ) )
|
||||
with expansion:
|
||||
true
|
||||
|
||||
@ -4289,7 +4289,7 @@ with expansion:
|
||||
|
||||
TestMain.cpp:366:
|
||||
PASSED:
|
||||
CHECK( oneTag.matchesTags( "~[hide]" ) == false )
|
||||
CHECK( oneTag.matchesTags( "~[.]" ) == false )
|
||||
with expansion:
|
||||
false == false
|
||||
|
||||
@ -10717,7 +10717,7 @@ TestMain.cpp" line="362">
|
||||
</Expression>
|
||||
TestMain.cpp" line="363">
|
||||
<Original>
|
||||
oneTag.hasTag( "hide" )
|
||||
oneTag.hasTag( "." )
|
||||
</Original>
|
||||
<Expanded>
|
||||
true
|
||||
@ -10733,7 +10733,7 @@ TestMain.cpp" line="364">
|
||||
</Expression>
|
||||
TestMain.cpp" line="366">
|
||||
<Original>
|
||||
oneTag.matchesTags( "~[hide]" ) == false
|
||||
oneTag.matchesTags( "~[.]" ) == false
|
||||
</Original>
|
||||
<Expanded>
|
||||
false == false
|
||||
@ -13260,9 +13260,9 @@ TestMain.cpp:356: oneTagOpen.getTags().size() == 0 succeeded for: 0 == 0
|
||||
|
||||
[Started section: 'hidden']
|
||||
TestMain.cpp:362: oneTag.getTestCaseInfo().description == "" succeeded for: "" == ""
|
||||
TestMain.cpp:363: oneTag.hasTag( "hide" ) succeeded for: true
|
||||
TestMain.cpp:363: oneTag.hasTag( "." ) succeeded for: true
|
||||
TestMain.cpp:364: oneTag.isHidden() succeeded for: true
|
||||
TestMain.cpp:366: oneTag.matchesTags( "~[hide]" ) == false succeeded for: false == false
|
||||
TestMain.cpp:366: oneTag.matchesTags( "~[.]" ) == false succeeded for: false == false
|
||||
[End of section: 'hidden' All 4 assertions passed]
|
||||
|
||||
[Finished: 'selftest/tags' All tests passed (30 assertions in 1 test case)]
|
||||
|
Loading…
Reference in New Issue
Block a user