Standardize *get_*() functions
[babeltrace.git] / tests / lib / test_graph_topo.c
index 2f243b0581e3c5dfdb3ea66b52357e2348af3e9a..274f787264148a5fdd45b18035bfaa5d0a654d50 100644 (file)
@@ -946,7 +946,8 @@ void test_src_adds_port_in_port_connected(void)
        assert(sink_def_port);
        conn = bt_graph_connect_ports(graph, src_def_port, sink_def_port);
        assert(conn);
-       src_hello_port = bt_component_source_get_output_port(src, "hello");
+       src_hello_port = bt_component_source_get_output_port_by_name(src,
+               "hello");
        assert(src_hello_port);
 
        /* We're supposed to have 6 events */
This page took 0.023605 seconds and 4 git commands to generate.