Standardize *get_*() functions
[babeltrace.git] / tests / lib / test_plugin.c
index b66cb827ae1fdf6cc9f7b83189fcc85d564ba23c..a256b7cbcb958ed07c566044d7f22949a3823454 100644 (file)
@@ -87,8 +87,8 @@ static void test_invalid(const char *plugin_dir)
                "bt_plugin_get_path() handles NULL correctly");
        ok(bt_plugin_get_component_class_count(NULL) < 0,
                "bt_plugin_get_component_class_count() handles NULL correctly");
-       ok(!bt_plugin_get_component_class(NULL, 0),
-               "bt_plugin_get_component_class() handles NULL correctly");
+       ok(!bt_plugin_get_component_class_by_index(NULL, 0),
+               "bt_plugin_get_component_class_by_index() handles NULL correctly");
        ok(!bt_plugin_get_component_class_by_name_and_type(NULL, NULL, 0),
                "bt_plugin_get_component_class_by_name_and_type() handles NULL correctly");
 }
This page took 0.024122 seconds and 4 git commands to generate.