mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-04 21:12:53 -05:00
Fix name and add missing test file to testcases
This commit is contained in:
@ -169,6 +169,10 @@ var testCases = []TestCase{
|
|||||||
name: "34-notest.txt",
|
name: "34-notest.txt",
|
||||||
reportName: "34-report.xml",
|
reportName: "34-report.xml",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "35-whitespace.txt",
|
||||||
|
reportName: "35-report.xml",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestNewOutput(t *testing.T) {
|
func TestNewOutput(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user