From b6d4991add15a7ff7c0bcb9c45504042c6e5bead Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 23 Jun 2011 08:19:48 +0100 Subject: [PATCH] Updated self test counts --- projects/SelfTest/TestMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/TestMain.cpp b/projects/SelfTest/TestMain.cpp index 1e99ebd0..f22bdf30 100644 --- a/projects/SelfTest/TestMain.cpp +++ b/projects/SelfTest/TestMain.cpp @@ -47,7 +47,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results" "Number of 'succeeding' tests is fixed" ) { runner.runMatching( "./succeeding/*" ); - CHECK( runner.getSuccessCount() == 231 ); + CHECK( runner.getSuccessCount() == 248 ); CHECK( runner.getFailureCount() == 0 ); }