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

@ -62,7 +62,7 @@ TEST_CASE( "Equality checks that should succeed", "" )
REQUIRE( x == Approx( 1.3 ) );
}
TEST_CASE( "Equality checks that should fail]", "[.][failing]" )
TEST_CASE( "Equality checks that should fail", "[.][failing]" )
{
TestData data;
@ -100,7 +100,7 @@ TEST_CASE( "Inequality checks that should succeed", "" )
REQUIRE( data.str_hello.size() != 6 );
}
TEST_CASE( "Inequality checks that should fails", "[.][failing]" )
TEST_CASE( "Inequality checks that should fail", "[.][failing]" )
{
TestData data;