Skip to content

Commit

Permalink
Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch
Browse files Browse the repository at this point in the history
…into horenmar-xml-reporter-fix
  • Loading branch information
philsquared committed Nov 29, 2016
2 parents e4df006 + 40b6ad7 commit a9561ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/reporters/catch_reporter_xml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace Catch {
public:
XmlReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config ),
m_xml(_config.stream()),
m_sectionDepth( 0 )
{
m_reporterPrefs.shouldRedirectStdOut = true;
Expand Down

0 comments on commit a9561ec

Please sign in to comment.