From f27e1d3fbe4c4731eeef4651fd88a7b843e9714b Mon Sep 17 00:00:00 2001 From: timothee Date: Sun, 19 Mar 2017 12:41:04 +0100 Subject: [PATCH] Fix junit_reporter XML output --- include/nonius/reporters/junit_reporter.h++ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/nonius/reporters/junit_reporter.h++ b/include/nonius/reporters/junit_reporter.h++ index 1c26c3d..37aa5a6 100644 --- a/include/nonius/reporters/junit_reporter.h++ +++ b/include/nonius/reporters/junit_reporter.h++ @@ -30,6 +30,7 @@ #include #include #include +#include #include namespace nonius { @@ -98,9 +99,9 @@ namespace nonius { report_stream() << ">\n"; report_stream() << " \n"; - report_stream() << " \n"; - report_stream() << " \n"; - report_stream() << " \n"; + report_stream() << " \n"; + report_stream() << " \n"; + report_stream() << " \n"; report_stream() << " \n"; for(auto tc : data) {