From f8f592fafa983f05184d6a9022c471d287412305 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 21 Mar 2011 18:00:49 +0000 Subject: [PATCH] Updated test count --- Test/TestMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/TestMain.cpp b/Test/TestMain.cpp index 21bce21b..aee3cb71 100644 --- a/Test/TestMain.cpp +++ b/Test/TestMain.cpp @@ -44,7 +44,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() == 285 ); + CHECK( runner.getSuccessCount() == 290 ); CHECK( runner.getFailureCount() == 0 ); }