now forcing the orot name of the output to be correct
This commit is contained in:
parent
befec17e06
commit
37f4359dcb
@ -22,6 +22,8 @@ type Testsuites struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Testsuite struct {
|
type Testsuite struct {
|
||||||
|
XMLName xml.Name `xml:"testsuite"`
|
||||||
|
|
||||||
// required attributes
|
// required attributes
|
||||||
Name string `xml:"name,attr"`
|
Name string `xml:"name,attr"`
|
||||||
Tests int `xml:"tests,attr"`
|
Tests int `xml:"tests,attr"`
|
||||||
|
Loading…
Reference in New Issue
Block a user