Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user