mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
re-approved following recent command line description tweak
This commit is contained in:
parent
af8cd98f20
commit
e9d35377fa
@ -3926,8 +3926,7 @@ PASSED:
|
|||||||
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "greater than zero" ) )
|
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "greater than zero" ) )
|
||||||
with expansion:
|
with expansion:
|
||||||
"Value after -x or --abortAfter must be greater than zero
|
"Value after -x or --abortAfter must be greater than zero
|
||||||
- while parsing: (-x, --abortx <number of failures>)" contains: "greater than
|
- while parsing: (-x, --abortx <no. failures>)" contains: "greater than zero"
|
||||||
zero"
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Process can be configured on command line
|
Process can be configured on command line
|
||||||
@ -3942,7 +3941,7 @@ PASSED:
|
|||||||
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) )
|
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) )
|
||||||
with expansion:
|
with expansion:
|
||||||
"Unable to convert oops to destination type
|
"Unable to convert oops to destination type
|
||||||
- while parsing: (-x, --abortx <number of failures>)" contains: "-x"
|
- while parsing: (-x, --abortx <no. failures>)" contains: "-x"
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Process can be configured on command line
|
Process can be configured on command line
|
||||||
|
@ -4073,7 +4073,7 @@
|
|||||||
</Original>
|
</Original>
|
||||||
<Expanded>
|
<Expanded>
|
||||||
"Value after -x or --abortAfter must be greater than zero
|
"Value after -x or --abortAfter must be greater than zero
|
||||||
- while parsing: (-x, --abortx <number of failures>)" contains: "greater than zero"
|
- while parsing: (-x, --abortx <no. failures>)" contains: "greater than zero"
|
||||||
</Expanded>
|
</Expanded>
|
||||||
</Expression>
|
</Expression>
|
||||||
<OverallResults successes="1" failures="0"/>
|
<OverallResults successes="1" failures="0"/>
|
||||||
@ -4088,7 +4088,7 @@
|
|||||||
</Original>
|
</Original>
|
||||||
<Expanded>
|
<Expanded>
|
||||||
"Unable to convert oops to destination type
|
"Unable to convert oops to destination type
|
||||||
- while parsing: (-x, --abortx <number of failures>)" contains: "-x"
|
- while parsing: (-x, --abortx <no. failures>)" contains: "-x"
|
||||||
</Expanded>
|
</Expanded>
|
||||||
</Expression>
|
</Expression>
|
||||||
<OverallResults successes="1" failures="0"/>
|
<OverallResults successes="1" failures="0"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user