]> granicus.if.org Git - graphviz/commitdiff
tests: test_svg_analyzer: Update test description
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 20 Aug 2022 21:11:10 +0000 (23:11 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 30 Aug 2022 20:17:05 +0000 (22:17 +0200)
tests/test_svg_analyzer.cpp

index f146690648014c87918ebf7d1386745b6d71892e..b4c2ea13a40f112ab20c7d1788d0c959db5d83d2 100644 (file)
 
 #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};