ut icon indicating copy to clipboard operation
ut copied to clipboard

ut.hpp: Corrected XML formatting issue in print_junit_summary

Open AndreasLokko opened this issue 2 years ago • 0 comments

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

AndreasLokko avatar Mar 13 '24 10:03 AndreasLokko