diff --git a/projects/SelfTest/Baselines/console.std.approved.txt b/projects/SelfTest/Baselines/console.std.approved.txt index 08cb3da4..b5b87197 100644 --- a/projects/SelfTest/Baselines/console.std.approved.txt +++ b/projects/SelfTest/Baselines/console.std.approved.txt @@ -26,7 +26,7 @@ with expansion: 1 == 2 ------------------------------------------------------------------------------- -Equality checks that should fail] +Equality checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... @@ -97,7 +97,7 @@ with expansion: 1.3 == Approx( 1.301 ) ------------------------------------------------------------------------------- -Inequality checks that should fails +Inequality checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 4535f32d..5c94555f 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -302,7 +302,7 @@ with expansion: 1.3 == Approx( 1.3 ) ------------------------------------------------------------------------------- -Equality checks that should fail] +Equality checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... @@ -445,7 +445,7 @@ with expansion: 5 != 6 ------------------------------------------------------------------------------- -Inequality checks that should fails +Inequality checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... diff --git a/projects/SelfTest/Baselines/console.swa4.approved.txt b/projects/SelfTest/Baselines/console.swa4.approved.txt index e701d91a..c5828f26 100644 --- a/projects/SelfTest/Baselines/console.swa4.approved.txt +++ b/projects/SelfTest/Baselines/console.swa4.approved.txt @@ -302,7 +302,7 @@ with expansion: 1.3 == Approx( 1.3 ) ------------------------------------------------------------------------------- -Equality checks that should fail] +Equality checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... diff --git a/projects/SelfTest/Baselines/junit.sw.approved.txt b/projects/SelfTest/Baselines/junit.sw.approved.txt index 8941d755..d17166fe 100644 --- a/projects/SelfTest/Baselines/junit.sw.approved.txt +++ b/projects/SelfTest/Baselines/junit.sw.approved.txt @@ -20,7 +20,7 @@ ClassTests.cpp: - + ConditionTests.cpp: @@ -62,7 +62,7 @@ ConditionTests.cpp: - + ConditionTests.cpp: diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index 66a0e09e..8cd7b3b8 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -340,7 +340,7 @@ - + data.int_seven == 6 @@ -538,7 +538,7 @@ - + data.int_seven != 7 diff --git a/projects/SelfTest/ConditionTests.cpp b/projects/SelfTest/ConditionTests.cpp index a2dabfa1..24bc2ebd 100644 --- a/projects/SelfTest/ConditionTests.cpp +++ b/projects/SelfTest/ConditionTests.cpp @@ -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;