diff --git a/projects/SelfTest/Baselines/console.std.approved.txt b/projects/SelfTest/Baselines/console.std.approved.txt index 83d2a153..af806f01 100644 --- a/projects/SelfTest/Baselines/console.std.approved.txt +++ b/projects/SelfTest/Baselines/console.std.approved.txt @@ -774,5 +774,5 @@ with expansion: "first" == "second" =============================================================================== -125 test cases - 38 failed (660 assertions - 93 failed) +125 test cases - 38 failed (661 assertions - 93 failed) diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 2160b17a..bf8892f0 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -3656,8 +3656,8 @@ not allowed MiscTests.cpp: ............................................................................... - -No assertions in test case 'not allowed' +MiscTests.cpp:: +PASSED: ------------------------------------------------------------------------------- Process can be configured on command line @@ -6991,5 +6991,5 @@ with expansion: true =============================================================================== -125 test cases - 54 failed (680 assertions - 113 failed) +125 test cases - 53 failed (680 assertions - 112 failed) diff --git a/projects/SelfTest/Baselines/junit.sw.approved.txt b/projects/SelfTest/Baselines/junit.sw.approved.txt index 071b7838..5f848abe 100644 --- a/projects/SelfTest/Baselines/junit.sw.approved.txt +++ b/projects/SelfTest/Baselines/junit.sw.approved.txt @@ -1,5 +1,5 @@ - + @@ -443,6 +443,7 @@ MiscTests.cpp: + diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index 4f8835b5..24560b6d 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -7245,7 +7245,7 @@ there" - + - + diff --git a/scripts/approvalTests.py b/scripts/approvalTests.py index f39553dd..dc45ed0b 100644 --- a/scripts/approvalTests.py +++ b/scripts/approvalTests.py @@ -17,7 +17,7 @@ versionParser = re.compile( r'(.*?)Catch v[0-9]*.[0-9]* b[0-9]*(.*)' ) if len(sys.argv) == 2: cmdPath = sys.argv[1] else: - cmdPath = os.path.join( catchPath, 'projects/XCode4/CatchSelfTest/DerivedData/CatchSelfTest/Build/Products/Debug/CatchSelfTest' ) + cmdPath = os.path.join( catchPath, 'projects/XCode/CatchSelfTest/DerivedData/CatchSelfTest/Build/Products/Debug/CatchSelfTest' ) overallResult = 0