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:
authorAndris Zeila <andris.zeila@zabbix.com>2019-02-12 14:17:06 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-02-12 14:17:06 +0300
commitd5f143871f71a1c4639fb93556b8c04d349ec145 (patch)
tree69fbf744b0a2a0eb469d92ffc937868334d68901 /tests/zabbix_server/preprocessor
parentf060ea79077103634e92e1ee7ebe1ff445565e54 (diff)
........S. [ZBXNEXT-5016] fixed tests
Diffstat (limited to 'tests/zabbix_server/preprocessor')
-rw-r--r--tests/zabbix_server/preprocessor/zbx_item_preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zabbix_server/preprocessor/zbx_item_preproc.c b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
index 24eaba98f25..de7d1620e5d 100644
--- a/tests/zabbix_server/preprocessor/zbx_item_preproc.c
+++ b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
@@ -191,7 +191,7 @@ void zbx_mock_test_entry(void **state)
history_value_copy = history_value;
- returned_ret = zbx_item_preproc_step(0, value_type, &value, &ts, &op, &history_value, &history_ts, &action, &error);
+ returned_ret = zbx_item_preproc(value_type, &value, &ts, &op, &history_value, &history_ts, &action, &error);
if (SUCCEED == is_step_supported(op.type))
expected_ret = zbx_mock_str_to_return_code(zbx_mock_get_parameter_string("out.return"));