From bcc3b7b2d75f592ead565cd9020bf2b17a6f2211 Mon Sep 17 00:00:00 2001 From: Joel Stemmer Date: Fri, 16 Mar 2012 17:53:50 +0100 Subject: [PATCH] Add xsd link to junit-formatter --- junit-formatter.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/junit-formatter.go b/junit-formatter.go index 16d6af4..b47de29 100644 --- a/junit-formatter.go +++ b/junit-formatter.go @@ -39,6 +39,8 @@ func NewJUnitProperty(name, value string) JUnitProperty { } } +// JUnitReportXML writes a junit xml representation of the given report to w +// in the format described at http://windyroad.org/dl/Open%20Source/JUnit.xsd func JUnitReportXML(report *Report, w io.Writer) error { suites := []JUnitTestSuite{}