From ae9efa8619bbbc10234631194a216759d076eef4 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 20 Aug 2022 23:11:10 +0200 Subject: [PATCH] tests: test_svg_analyzer: Update test description --- tests/test_svg_analyzer.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/test_svg_analyzer.cpp b/tests/test_svg_analyzer.cpp index f14669064..b4c2ea13a 100644 --- a/tests/test_svg_analyzer.cpp +++ b/tests/test_svg_analyzer.cpp @@ -11,11 +11,10 @@ #include "test_utilities.h" -TEST_CASE( - "SvgAnalyzer", - "The SvgAnalyzer parses an SVG produced by Graphviz to an internal data " - "structure, supports retrieval of information about that graph and " - "recreation of the original SVG from that data structure") { +TEST_CASE("SvgAnalyzer", + "Test that the SvgAnalyzer can parse an SVG produced by Graphviz to " + "an internal data structure and re-create the original SVG exactly " + "from that data structure") { const auto shape_char_ptr = GENERATE(from_range(all_node_shapes)); const std::string shape{shape_char_ptr}; -- 2.40.0