More config refactoring

This commit is contained in:
Phil Nash
2013-05-29 18:34:11 +01:00
parent be8fd82f20
commit 3c3beb57c3
4 changed files with 32 additions and 32 deletions

View File

@@ -466,7 +466,7 @@ namespace Catch {
"just pass this option.";
}
virtual void parseIntoConfig( Command const&, ConfigData& config ) {
config.includeWhichResults = Include::SuccessfulResults;
config.showSuccessfulTests = true;
}
};
@@ -590,7 +590,7 @@ namespace Catch {
}
virtual void parseIntoConfig( Command const&, ConfigData& config ) {
config.allowThrows = false;
config.noThrow = true;
}
};