Approved new test output

This commit is contained in:
Phil Nash
2014-05-20 18:28:48 +01:00
parent 2c9e9ac004
commit a2d8f774d2
4 changed files with 72 additions and 5 deletions

View File

@@ -6343,6 +6343,37 @@ Parse test names and tags
CmdLineTests.cpp:<line number>
...............................................................................
CmdLineTests.cpp:<line number>:
PASSED:
CHECK( spec.hasFilters() == true )
with expansion:
true == true
CmdLineTests.cpp:<line number>:
PASSED:
CHECK( spec.matches( tcA ) == false )
with expansion:
false == false
CmdLineTests.cpp:<line number>:
PASSED:
CHECK( spec.matches( tcB ) == false )
with expansion:
false == false
CmdLineTests.cpp:<line number>:
PASSED:
CHECK( spec.matches( tcC ) == true )
with expansion:
true == true
-------------------------------------------------------------------------------
Parse test names and tags
Two tags, spare separated
-------------------------------------------------------------------------------
CmdLineTests.cpp:<line number>
...............................................................................
CmdLineTests.cpp:<line number>:
PASSED:
CHECK( spec.hasFilters() == true )
@@ -7183,5 +7214,5 @@ with expansion:
true
===============================================================================
123 test cases - 54 failed (710 assertions - 111 failed)
123 test cases - 54 failed (714 assertions - 111 failed)