From bada67bb72e18149e2ecf0c39d419c9edbb33b1e Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 5 May 2017 18:25:02 +0100 Subject: [PATCH] Rebased approvals --- .../Baselines/console.sw.approved.txt | 30 ++++++++----------- .../Baselines/console.swa4.approved.txt | 2 +- .../SelfTest/Baselines/xml.sw.approved.txt | 30 ++++++++----------- 3 files changed, 27 insertions(+), 35 deletions(-) diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 68227089..3b88aaa9 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -119,7 +119,7 @@ with expansion: MiscTests.cpp:: PASSED: - REQUIRE( (*__errno_location ()) == 1 ) + REQUIRE( (*__error()) == 1 ) with expansion: 1 == 1 @@ -6945,37 +6945,33 @@ TagAliasTests.cpp:: PASSED: CHECK_THAT( what, Contains( "[@zzz]" ) ) with expansion: - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 - " contains: "[@zzz]" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "[@zzz]" TagAliasTests.cpp:: PASSED: CHECK_THAT( what, Contains( "file" ) ) with expansion: - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 - " contains: "file" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "file" TagAliasTests.cpp:: PASSED: CHECK_THAT( what, Contains( "2" ) ) with expansion: - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 - " contains: "2" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "2" TagAliasTests.cpp:: PASSED: CHECK_THAT( what, Contains( "10" ) ) with expansion: - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 - " contains: "10" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "10" ------------------------------------------------------------------------------- Tag alias can be registered against tag patterns diff --git a/projects/SelfTest/Baselines/console.swa4.approved.txt b/projects/SelfTest/Baselines/console.swa4.approved.txt index f35e745d..6ce6850a 100644 --- a/projects/SelfTest/Baselines/console.swa4.approved.txt +++ b/projects/SelfTest/Baselines/console.swa4.approved.txt @@ -119,7 +119,7 @@ with expansion: MiscTests.cpp:: PASSED: - REQUIRE( (*__errno_location ()) == 1 ) + REQUIRE( (*__error()) == 1 ) with expansion: 1 == 1 diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index f0bfebd8..efbd8763 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -128,7 +128,7 @@ - (*__errno_location ()) == 1 + (*__error()) == 1 1 == 1 @@ -7486,10 +7486,9 @@ hello what, Contains( "[@zzz]" ) - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 -" contains: "[@zzz]" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "[@zzz]" @@ -7497,10 +7496,9 @@ hello what, Contains( "file" ) - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 -" contains: "file" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "file" @@ -7508,10 +7506,9 @@ hello what, Contains( "2" ) - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 -" contains: "2" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "2" @@ -7519,10 +7516,9 @@ hello what, Contains( "10" ) - "error: tag alias, "[@zzz]" already registered. - First seen at file:2 - Redefined at file:10 -" contains: "10" + "error: tag alias, '[@zzz]' already registered. + First seen at: file:2 + Redefined at: file:10" contains: "10"