Rebased to include new --force-colour tests

This commit is contained in:
Phil Nash
2015-03-04 08:22:32 +00:00
parent 036265947c
commit 856468c8c4
4 changed files with 87 additions and 5 deletions

View File

@@ -4065,6 +4065,42 @@ PASSED:
with expansion:
true == true
-------------------------------------------------------------------------------
Process can be configured on command line
force-colour
--force-colour
-------------------------------------------------------------------------------
TestMain.cpp:<line number>
...............................................................................
TestMain.cpp:<line number>:
PASSED:
CHECK_NOTHROW( parseIntoConfig( argv, config ) )
TestMain.cpp:<line number>:
PASSED:
REQUIRE( config.forceColour )
with expansion:
true
-------------------------------------------------------------------------------
Process can be configured on command line
force-colour
without --force-colour
-------------------------------------------------------------------------------
TestMain.cpp:<line number>
...............................................................................
TestMain.cpp:<line number>:
PASSED:
CHECK_NOTHROW( parseIntoConfig( argv, config ) )
TestMain.cpp:<line number>:
PASSED:
REQUIRE( !config.forceColour )
with expansion:
true
-------------------------------------------------------------------------------
Long strings can be wrapped
plain string
@@ -7907,5 +7943,5 @@ with expansion:
===============================================================================
test cases: 155 | 100 passed | 54 failed | 1 failed as expected
assertions: 781 | 669 passed | 99 failed | 13 failed as expected
assertions: 785 | 673 passed | 99 failed | 13 failed as expected