]> granicus.if.org Git - graphviz/commitdiff
test_edge_node_overlap_polygon_node_shapes: include rankdir in filename
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 4 Oct 2022 10:58:34 +0000 (12:58 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 6 Oct 2022 08:28:18 +0000 (10:28 +0200)
tests/test_edge_node_overlap_polygon_node_shapes.cpp

index a38d7e9dd0bef4043b7c55e9de8dc7966015e59f..bfdcae46e229a81e8e5f74158568b988d4133a30 100644 (file)
@@ -23,7 +23,8 @@ TEST_CASE(
       .edge_penwidth = 2,
   };
 
-  const auto filename_base = fmt::format("{}_{}", AUTO_NAME(), shape);
+  const auto filename_base =
+      fmt::format("{}_{}_rankdir_{}", AUTO_NAME(), shape, rankdir);
 
   test_edge_node_overlap(graph_options, {}, {.filename_base = filename_base});
 }