lib: pass log level to bt_query_executor_query()
[babeltrace.git] / tests / lib / test_plugin.c
index bd96bd0b195de21fe37ace5c435853fff63a31bf..a22d2b27017f433c9c2d88d7578faef08ec90513 100644 (file)
@@ -177,7 +177,7 @@ static void test_sfs(const char *plugin_dir)
        BT_ASSERT(params);
        ret = bt_query_executor_query(query_exec,
                bt_component_class_filter_as_component_class_const(filter_comp_class),
-               "get-something", params, &results);
+               "get-something", params, BT_LOGGING_LEVEL_NONE, &results);
        ok(ret == 0 && results, "bt_query_executor_query() succeeds");
        BT_ASSERT(bt_value_is_array(results) && bt_value_array_get_size(results) == 2);
        object = bt_value_array_borrow_element_by_index_const(results, 0);
This page took 0.023836 seconds and 4 git commands to generate.