mirror of
https://github.com/catchorg/Catch2.git
synced 2026-02-06 23:34:39 +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.