Skip to content

Commit

Permalink
Merge branch 'horenmar-xml-reporter-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Nov 29, 2016
2 parents e4df006 + a9561ec commit dedc7c5
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 dedc7c5

Please sign in to comment.