From 31861bbd46e97efd1fd554403f63bd598ca17064 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 27 Sep 2016 10:28:11 +0100 Subject: [PATCH] rebased following recent changes --- .../Baselines/console.std.approved.txt | 4 ++-- .../Baselines/console.sw.approved.txt | 23 ++++++++++++++----- .../SelfTest/Baselines/junit.sw.approved.txt | 4 +++- .../SelfTest/Baselines/xml.sw.approved.txt | 16 ++++++++----- 4 files changed, 32 insertions(+), 15 deletions(-) diff --git a/projects/SelfTest/Baselines/console.std.approved.txt b/projects/SelfTest/Baselines/console.std.approved.txt index ae45f32d..ee8d8072 100644 --- a/projects/SelfTest/Baselines/console.std.approved.txt +++ b/projects/SelfTest/Baselines/console.std.approved.txt @@ -830,6 +830,6 @@ with expansion: "first" == "second" =============================================================================== -test cases: 168 | 124 passed | 42 failed | 2 failed as expected -assertions: 920 | 824 passed | 78 failed | 18 failed as expected +test cases: 169 | 125 passed | 42 failed | 2 failed as expected +assertions: 921 | 825 passed | 78 failed | 18 failed as expected diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index e0a49030..3359a0fa 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -3920,9 +3920,9 @@ MiscTests.cpp: MiscTests.cpp:: PASSED: - REQUIRE( encode( "[\x01]" ) == "[]" ) + REQUIRE( encode( "[\x01]" ) == "[]" ) with expansion: - "[]" == "[]" + "[]" == "[]" ------------------------------------------------------------------------------- XmlEncode @@ -3933,9 +3933,9 @@ MiscTests.cpp: MiscTests.cpp:: PASSED: - REQUIRE( encode( "[\x7F]" ) == "[]" ) + REQUIRE( encode( "[\x7F]" ) == "[]" ) with expansion: - "[]" == "[]" + "[]" == "[]" ------------------------------------------------------------------------------- long long @@ -3962,6 +3962,17 @@ PASSED: with message: oops! +------------------------------------------------------------------------------- +# A test name that starts with a # +------------------------------------------------------------------------------- +MiscTests.cpp: +............................................................................... + +MiscTests.cpp:: +PASSED: +with message: + yay + ------------------------------------------------------------------------------- Process can be configured on command line default - no arguments @@ -9104,6 +9115,6 @@ with expansion: 1 > 0 =============================================================================== -test cases: 168 | 123 passed | 43 failed | 2 failed as expected -assertions: 922 | 824 passed | 80 failed | 18 failed as expected +test cases: 169 | 124 passed | 43 failed | 2 failed as expected +assertions: 923 | 825 passed | 80 failed | 18 failed as expected diff --git a/projects/SelfTest/Baselines/junit.sw.approved.txt b/projects/SelfTest/Baselines/junit.sw.approved.txt index e3268bc6..3fd998f0 100644 --- a/projects/SelfTest/Baselines/junit.sw.approved.txt +++ b/projects/SelfTest/Baselines/junit.sw.approved.txt @@ -1,5 +1,6 @@ + - + @@ -500,6 +501,7 @@ MiscTests.cpp: + diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index be30de52..ed730bbd 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -1,3 +1,4 @@ + @@ -4051,10 +4052,10 @@
- encode( "[\x01]" ) == "[&#x1]" + encode( "[\x01]" ) == "[]" - "[&#x1]" == "[&#x1]" + "[]" == "[]" @@ -4062,10 +4063,10 @@
- encode( "[\x7F]" ) == "[&#x7F]" + encode( "[\x7F]" ) == "[]" - "[&#x7F]" == "[&#x7F]" + "[]" == "[]" @@ -4088,6 +4089,9 @@ + + +
@@ -9566,7 +9570,7 @@ there"
- + - +