Regenerate testdata files

Many of the testdata files were generated a long time ago with very old
versions of Go. The Go test output has changed over time, and these test
inputs no longer reflect the current state. The intention is to fully
support the test output of the most recent Go versions.

This commit also includes the source used to generate the test output,
so the output can be more easily updated in the future.
This commit is contained in:
Joël Stemmer
2022-05-13 21:55:44 +01:00
parent df7394c77c
commit 4d05b2dc3f
41 changed files with 614 additions and 444 deletions

View File

@ -17,7 +17,7 @@ import (
var verbose bool
var configs = map[string]gojunitreport.Config{
"005-no_xml_header.txt": {SkipXMLHeader: true},
"005-no-xml-header.txt": {SkipXMLHeader: true},
"006-mixed.txt": {SkipXMLHeader: true},
"007-compiled_test.txt": {PackageName: "test/package"},
}