Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2019-10-02 15:40:51 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2019-10-02 15:42:49 +0300
commitb9a751c9b33bd0e569671d466d0cf52814f54969 (patch)
treeab09f472e98769cd4c504a7620226ecc92c0db75 /tests/zabbix_server/preprocessor/item_preproc_test.c
parent1c83315a77f2f47ea1dbc700b6a6f14feca22218 (diff)
.......... [ZBXNEXT-3970] added test cases
Diffstat (limited to 'tests/zabbix_server/preprocessor/item_preproc_test.c')
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zabbix_server/preprocessor/item_preproc_test.c b/tests/zabbix_server/preprocessor/item_preproc_test.c
index c2bd74d3a7f..a5ff20ff678 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_test.c
+++ b/tests/zabbix_server/preprocessor/item_preproc_test.c
@@ -23,3 +23,8 @@ int zbx_item_preproc_xpath(zbx_variant_t *value, const char *params, char **errm
{
return item_preproc_xpath(value, params, errmsg);
}
+
+int zbx_item_preproc_csv_to_json(zbx_variant_t *value, const char *params, char **errmsg)
+{
+ return item_preproc_csv_to_json(value, params, errmsg);
+}