Merged group name commit from develop

This commit is contained in:
Phil Nash
2014-09-08 08:14:22 +01:00
parent 85d33e2cbd
commit d4e5f18436
3 changed files with 704 additions and 704 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
Totals totals;
context.testGroupStarting( "", 1, 1 ); // deprecated?
context.testGroupStarting( "all tests", 1, 1 ); // deprecated?
TestSpec testSpec = m_config->testSpec();
if( !testSpec.hasFilters() )
@@ -60,7 +60,7 @@ namespace Catch {
m_testsAlreadyRun.insert( *it );
}
}
context.testGroupEnded( "", totals, 1, 1 );
context.testGroupEnded( "all tests", totals, 1, 1 );
return totals;
}