Updated self test counts

This commit is contained in:
Phil Nash 2011-06-23 08:19:48 +01:00
parent eb2964e4ae
commit b6d4991add
1 changed files with 1 additions and 1 deletions

View File

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