Cleaned up the output a bit

- removed [!shouldfail] test from "green" path
- changed "spanner" to more descriptive text
This commit is contained in:
Phil Nash
2017-08-11 10:38:29 +01:00
parent 684cbb2631
commit df5c31bb19
7 changed files with 14 additions and 10 deletions

View File

@@ -205,7 +205,7 @@ TEST_CASE( "Mismatching exception messages failing the test", "[.][failing][!thr
REQUIRE_THROWS_WITH( thisThrows(), "expected exception" );
}
TEST_CASE( "#748 - captures with unexpected exceptions", "[!shouldfail][!throws]" ) {
TEST_CASE( "#748 - captures with unexpected exceptions", "[.][failing][!throws][!shouldfail]" ) {
int answer = 42;
CAPTURE( answer );
// the message should be printed on the first two sections but not on the third