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" ) )
with expansion:
"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"
-------------------------------------------------------------------------------
Process can be configured on command line
@ -3942,7 +3941,7 @@ PASSED:
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) )
with expansion:
"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

View File

@ -4073,7 +4073,7 @@
</Original>
<Expanded>
&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>
</Expression>
<OverallResults successes="1" failures="0"/>
@ -4088,7 +4088,7 @@
</Original>
<Expanded>
&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>
</Expression>
<OverallResults successes="1" failures="0"/>