mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-23 13:39:34 +01:00
Change it so the classname attribute on the <testcase> element is the test fixture name or "global" regardless of whether the TEST_CASE contains SECTIONs. This way the output is not changed substantially, just because a SECTION is added to a TEST_CASE.