Add xsd link to junit-formatter

This commit is contained in:
Joel Stemmer 2012-03-16 17:53:50 +01:00
parent c633abbaa9
commit bcc3b7b2d7

View File

@ -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{}