mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
This commit fixes #137. Some JUnit generators emit an empty failure tag, with only a message property set. In those cases, the parser crashes when trying to match the failure with a source file. Since this feature is optional, the simplest fix is to skip the processing when the failure tag is empty. Also added a test, and the corresponding input file is generated from a reporter within our codebase. |
||
|---|---|---|
| .. | ||
| empty_failures.xml | ||
| files.txt | ||
| pulsar-test-report.xml | ||
| TEST-org.apache.pulsar.AddMissingPatchVersionTest.xml | ||