fixed problem with testcase test
This commit is contained in:
parent
fe733f96d6
commit
3ce73b8db9
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (t *Test) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
|
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"}
|
start.Name = xml.Name{Local: "testcase"}
|
||||||
classname := ""
|
classname := ""
|
||||||
if t.parent != nil {
|
if t.parent != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user