mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Fix name and add missing test file to testcases
This commit is contained in:
parent
0b843fc2b7
commit
03a83721a2
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user