Added type attribute to xml reporter output

- reports the macro used
This commit is contained in:
Phil Nash 2014-12-30 18:25:27 +00:00
parent 6817bb099d
commit c6635a7b79
2 changed files with 732 additions and 732 deletions

View File

@ -99,7 +99,7 @@ namespace Catch {
if( assertionResult.hasExpression() ) {
m_xml.startElement( "Expression" )
.writeAttribute( "success", assertionResult.succeeded() )
// .writeAttribute( "type", assertionResult.getTestMacroName() )
.writeAttribute( "type", assertionResult.getTestMacroName() )
.writeAttribute( "filename", assertionResult.getSourceInfo().file )
.writeAttribute( "line", assertionResult.getSourceInfo().line );

File diff suppressed because it is too large Load Diff