Minor fixes to a couple of test names

This commit is contained in:
Phil Nash
2014-05-20 18:11:43 +01:00
parent b43d7703e5
commit baf181f15d
6 changed files with 11 additions and 11 deletions

View File

@@ -340,7 +340,7 @@
</Expression>
<OverallResult success="true"/>
</TestCase>
<TestCase name="Equality checks that should fail]">
<TestCase name="Equality checks that should fail">
<Expression success="false" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/ConditionTests.cpp" >
<Original>
data.int_seven == 6
@@ -538,7 +538,7 @@
</Expression>
<OverallResult success="true"/>
</TestCase>
<TestCase name="Inequality checks that should fails">
<TestCase name="Inequality checks that should fail">
<Expression success="false" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/ConditionTests.cpp" >
<Original>
data.int_seven != 7