Updated test count

This commit is contained in:
Phil Nash 2011-03-21 18:00:49 +00:00
parent 43c11398e7
commit f8f592fafa

View File

@ -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 );
}