re-approved following recent command line description tweak

This commit is contained in:
Phil Nash 2014-04-12 19:05:03 +01:00
parent af8cd98f20
commit e9d35377fa
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -4073,7 +4073,7 @@
</Original> </Original>
<Expanded> <Expanded>
&quot;Value after -x or --abortAfter must be greater than zero &quot;Value after -x or --abortAfter must be greater than zero
- while parsing: (-x, --abortx &lt;number of failures>)&quot; contains: &quot;greater than zero&quot; - while parsing: (-x, --abortx &lt;no. failures>)&quot; contains: &quot;greater than zero&quot;
</Expanded> </Expanded>
</Expression> </Expression>
<OverallResults successes="1" failures="0"/> <OverallResults successes="1" failures="0"/>
@ -4088,7 +4088,7 @@
</Original> </Original>
<Expanded> <Expanded>
&quot;Unable to convert oops to destination type &quot;Unable to convert oops to destination type
- while parsing: (-x, --abortx &lt;number of failures>)&quot; contains: &quot;-x&quot; - while parsing: (-x, --abortx &lt;no. failures>)&quot; contains: &quot;-x&quot;
</Expanded> </Expanded>
</Expression> </Expression>
<OverallResults successes="1" failures="0"/> <OverallResults successes="1" failures="0"/>