ut
ut copied to clipboard
ut.hpp: Corrected XML formatting issue in print_junit_summary
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