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

@@ -69,8 +69,6 @@ namespace Catch {
std::string name;
std::vector<std::string> testsOrTags;
std::string stream;
};
@@ -142,8 +140,6 @@ namespace Catch {
m_stream = stream;
}
std::string getStreamName() const { return m_data.stream; }
std::string getReporterName() const { return m_data.reporter; }
void addTestSpec( std::string const& testSpec ) {