mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch into horenmar-xml-reporter-fix
This commit is contained in:
		@@ -20,6 +20,7 @@ namespace Catch {
 | 
				
			|||||||
    public:
 | 
					    public:
 | 
				
			||||||
        XmlReporter( ReporterConfig const& _config )
 | 
					        XmlReporter( ReporterConfig const& _config )
 | 
				
			||||||
        :   StreamingReporterBase( _config ),
 | 
					        :   StreamingReporterBase( _config ),
 | 
				
			||||||
 | 
					            m_xml(_config.stream()),
 | 
				
			||||||
            m_sectionDepth( 0 )
 | 
					            m_sectionDepth( 0 )
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            m_reporterPrefs.shouldRedirectStdOut = true;
 | 
					            m_reporterPrefs.shouldRedirectStdOut = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user