mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 20:52:47 -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",
|
||||
reportName: "34-report.xml",
|
||||
},
|
||||
{
|
||||
name: "35-whitespace.txt",
|
||||
reportName: "35-report.xml",
|
||||
},
|
||||
}
|
||||
|
||||
func TestNewOutput(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user