catch2/projects/SelfTest/Baselines
Tobias Ribizel c99a346490 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544)
Previously, for a TEMPLATE_PRODUCT_TEST_CASE("Test" ..., T, (P1, P2)),
the generated test case names were

  Test - 0
  Test - 1

With this commit, the correct typename is used:

  Test - T<P1>
  Test - T<P2>

-----------

MSVC needs another indirection to evaluate INTERNAL_CATCH_STRINGIZE
and also inserts a space before theINTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS
parameter, which we can get rid of by pointer arithmetic.
2019-02-17 21:52:22 +01:00
..
automake.std.approved.txt Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
compact.sw.approved.txt Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00
console.std.approved.txt Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00
console.sw.approved.txt Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00
console.swa4.approved.txt ConsoleReporter: minor formatting fix 2018-11-10 19:35:25 +01:00
junit.sw.approved.txt Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00
xml.sw.approved.txt Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00