When using Google Test in combination with CTest to generate XML output, each test produces an individual XML file containing its results. These files can be published very nicely using a JUnit Report viewer.
However, Google Test does not provide structured test names, which results in the Package field of the JUnit report remaining empty. The Test Suite and Test fields are correctly populated, though.
It would be very convenient if the Package name could be derived automatically from the filename of the XML report. This would significantly improve navigation and make it much easier to locate specific tests.
Is this currently possible?
Please file a ticket at our issue tracker: https://track.pmease.com
and also attach your original XML report so we can get more details about your case.