now forcing the orot name of the output to be correct

This commit is contained in:
Erik Brakkee 2024-11-20 22:32:49 +01:00
parent befec17e06
commit 37f4359dcb

View File

@ -22,6 +22,8 @@ type Testsuites struct {
}
type Testsuite struct {
XMLName xml.Name `xml:"testsuite"`
// required attributes
Name string `xml:"name,attr"`
Tests int `xml:"tests,attr"`