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

@@ -6573,6 +6573,41 @@ there"
</Expression>
<OverallResults successes="4" failures="0"/>
</Section>
<Section name="Two tags, spare separated">
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
<Original>
spec.hasFilters() == true
</Original>
<Expanded>
true == true
</Expanded>
</Expression>
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
<Original>
spec.matches( tcA ) == false
</Original>
<Expanded>
false == false
</Expanded>
</Expression>
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
<Original>
spec.matches( tcB ) == false
</Original>
<Expanded>
false == false
</Expanded>
</Expression>
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
<Original>
spec.matches( tcC ) == true
</Original>
<Expanded>
true == true
</Expanded>
</Expression>
<OverallResults successes="4" failures="0"/>
</Section>
<Section name="Wildcarded name and tag">
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
<Original>
@@ -7439,7 +7474,7 @@ there&quot;
</Section>
<OverallResult success="true"/>
</TestCase>
<OverallResults successes="599" failures="111"/>
<OverallResults successes="603" failures="111"/>
</Group>
<OverallResults successes="599" failures="111"/>
<OverallResults successes="603" failures="111"/>
</Catch>