mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-06 05:57:54 -05:00
junit: Make Testsuites.ID a required field
This commit is contained in:
@ -32,6 +32,7 @@ func TestCreateFromReport(t *testing.T) {
|
||||
Tests: 1,
|
||||
Failures: 1,
|
||||
Time: "0.000",
|
||||
ID: 0,
|
||||
Testcases: []Testcase{
|
||||
{
|
||||
Name: "BenchmarkFail",
|
||||
@ -64,7 +65,7 @@ func TestMarshalUnmarshal(t *testing.T) {
|
||||
Errors: 1,
|
||||
Failures: 1,
|
||||
Hostname: "localhost",
|
||||
ID: 1,
|
||||
ID: 0,
|
||||
Package: "package",
|
||||
Skipped: 1,
|
||||
Time: "12.345",
|
||||
|
Reference in New Issue
Block a user