moved time down

This commit is contained in:
sshen 2022-10-05 12:38:04 -05:00
parent 4ef61e1009
commit 259f339c49

View file

@ -48,8 +48,8 @@ type TestSuite struct {
type TestCase struct {
XMLName xml.Name `xml:"testcase"`
Name string `xml:"name,attr"`
Time int `xml:"time,attr"`
ClassName string `xml:"classname,attr"`
Time int `xml:"time,attr"`
Skipped *TestCaseSkipped `xml:"skipped,omitempty"`
Error *TestCaseError `xml:"error,omitempty"`
Failure []TestCaseError `xml:"failure,omitempty"`