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>2017-12-07 15:46:43 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-12-07 15:46:43 +0300
commitc63e2a6875e11590424386ee4490f092bdf0c3d9 (patch)
tree66213c05650be98871b27b7141d07dc17c76e0d2 /tests/libs/zbxjson
parentc22a870efa308c24da8e9879577e4f595f7585ce (diff)
.......... [DEV-753] renamed test case to correct function name
Diffstat (limited to 'tests/libs/zbxjson')
-rw-r--r--tests/libs/zbxjson/Makefile.am13
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_next.c (renamed from tests/libs/zbxjson/zbx_json_path_open.c)0
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_next.yaml (renamed from tests/libs/zbxjson/zbx_json_path_open.yaml)0
3 files changed, 5 insertions, 8 deletions
diff --git a/tests/libs/zbxjson/Makefile.am b/tests/libs/zbxjson/Makefile.am
index f58ac0e34b8..a7f64b038a7 100644
--- a/tests/libs/zbxjson/Makefile.am
+++ b/tests/libs/zbxjson/Makefile.am
@@ -1,10 +1,10 @@
-noinst_PROGRAMS = zbx_json_path_open
+noinst_PROGRAMS = zbx_jsonpath_next
-zbx_json_path_open_SOURCES = \
- zbx_json_path_open.c \
+zbx_jsonpath_next_SOURCES = \
+ zbx_jsonpath_next.c \
../../zbxmocktest.h
-zbx_json_path_open_LDADD = \
+zbx_jsonpath_next_LDADD = \
$(top_srcdir)/tests/libzbxmocktest.a \
$(top_srcdir)/tests/libzbxmockdata.a \
$(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
@@ -15,9 +15,6 @@ zbx_json_path_open_LDADD = \
$(top_srcdir)/src/libs/zbxsys/libzbxsys.a \
$(top_srcdir)/src/libs/zbxconf/libzbxconf.a \
$(top_srcdir)/tests/libzbxmockdata.a
-
-#parse_item_key_LDADD += @SERVER_LIBS@
-
-zbx_json_path_open_CFLAGS = -I@top_srcdir@/tests
+zbx_jsonpath_next_CFLAGS = -I@top_srcdir@/tests
diff --git a/tests/libs/zbxjson/zbx_json_path_open.c b/tests/libs/zbxjson/zbx_jsonpath_next.c
index 199ba3ce0a1..199ba3ce0a1 100644
--- a/tests/libs/zbxjson/zbx_json_path_open.c
+++ b/tests/libs/zbxjson/zbx_jsonpath_next.c
diff --git a/tests/libs/zbxjson/zbx_json_path_open.yaml b/tests/libs/zbxjson/zbx_jsonpath_next.yaml
index b60f0e5c00f..b60f0e5c00f 100644
--- a/tests/libs/zbxjson/zbx_json_path_open.yaml
+++ b/tests/libs/zbxjson/zbx_jsonpath_next.yaml