Skip to content

Conversation

AndreasLokko
Copy link
Contributor

@AndreasLokko AndreasLokko commented Mar 13, 2024

Previously, an empty element tag was erroneously used in place of an opening XML tag within the print_junit_summary function. This resulted in the generation of invalid XML output. The issue has been resolved by replacing the empty element tag with the appropriate opening XML tag, ensuring the XML output adheres to the expected format.

Problem:
Invalid XML generation

Solution:
Use opening XML tag in place of an empty element tag

Issue:
#567 Fixes invalid XML issue. Still doesn't conform to JUnit

Reviewers:
@krzysztof-jusiak

Previously, an empty element tag was erroneously used in place of an opening XML tag within the print_junit_summary function. This resulted in the generation of invalid XML output. The issue has been resolved by replacing the empty element tag with the appropriate opening XML tag, ensuring the XML output adheres to the expected format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant