test-reporter/__tests__/fixtures/external/java
Hervé Audren a91086638b Gracefully handle empty failure tags
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.
2022-11-29 08:45:53 +09:00
..
empty_failures.xml Gracefully handle empty failure tags 2022-11-29 08:45:53 +09:00
files.txt Add support for java-junit 2021-03-07 22:06:12 +01:00
pulsar-test-report.xml Add support for java-junit 2021-03-07 22:06:12 +01:00
TEST-org.apache.pulsar.AddMissingPatchVersionTest.xml Add support for java-junit 2021-03-07 22:06:12 +01:00