1 Commits
Author SHA1 Message Date
erik 3ce73b8db9 fixed problem with testcase test 2024-11-22 22:45:58 +01:00
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func (t *Test) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
if len(t.Tests) == 100000 {
if len(t.Tests) == 0 {
start.Name = xml.Name{Local: "testcase"}
classname := ""
if t.parent != nil {