Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ut.hpp: Corrected XML formatting issue in print_junit_summary #621

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant