Started nudging ConfigData towards new layout

This commit is contained in:
Phil Nash
2013-05-29 08:12:57 +01:00
parent f6892bfdf0
commit be8fd82f20
3 changed files with 93 additions and 82 deletions

View File

@@ -213,7 +213,6 @@ struct Config {
std::string reporterName;
std::string fileName;
std::string suiteName;
std::string reporter;
std::vector<std::string> testsOrTags;
};
@@ -281,7 +280,7 @@ SCENARIO( "New Catch commandline interface", "[cli]" ) {
.longOpt( "out" )
.argName( "filename" );
cli.bind( &Config::reporter )
cli.bind( &Config::reporterName )
.describe( "reporter to use - defaults to console" )
.shortOpt( "r")
.longOpt( "reporter" )