Removed stream name from config

This commit is contained in:
Phil Nash 2013-05-29 19:06:25 +01:00
parent 3f184e22e8
commit 40e529740c
5 changed files with 323 additions and 419 deletions

View file

@ -76,9 +76,6 @@ namespace Catch {
private:
void openStream() {
if( !m_config->getStreamName().empty() )
m_config->useStream( m_config->getStreamName() );
// Open output file, if specified
if( !m_config->getFilename().empty() ) {
m_ofs.open( m_config->getFilename().c_str() );