fix junit test

This commit is contained in:
Yann Hamon 2021-03-30 15:31:42 +02:00
parent 44f8d53d02
commit 77682c3142

View file

@ -98,6 +98,11 @@ metadata:
t.Errorf("Test suite name should be the resource path")
}
continue
case "id":
if attr.Value != "1" {
t.Errorf("testsuite/@id should be 1")
}
continue
case "tests":
if attr.Value != "1" {
t.Errorf("testsuite/@tests should be 1")