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
path: root/tests
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-02 11:37:37 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-02 11:37:37 +0300
commita6b75b8681e00cd87d5afc573068320226845657 (patch)
tree763c3936a5b25792bb5af1ff55dc9aa692015ba1 /tests
parentd0eab52e3e893809b73def90b9426dd2e6917220 (diff)
.......... [DEV-2064] fixed PR comments 3
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_common.c1
-rw-r--r--tests/mocks/configcache/configcache.c12
-rw-r--r--tests/mocks/configcache/configcache.h9
3 files changed, 0 insertions, 22 deletions
diff --git a/tests/libs/zbxdbcache/zbx_vc_common.c b/tests/libs/zbxdbcache/zbx_vc_common.c
index ce732b608c8..1ba205a06ed 100644
--- a/tests/libs/zbxdbcache/zbx_vc_common.c
+++ b/tests/libs/zbxdbcache/zbx_vc_common.c
@@ -20,7 +20,6 @@
#include "zbx_vc_common.h"
#include "zbxmocktest.h"
-#include "zbxmockdata.h"
#include "zbxmockassert.h"
#include "zbxmockutil.h"
diff --git a/tests/mocks/configcache/configcache.c b/tests/mocks/configcache/configcache.c
index 152be5849a7..64debe3fe5a 100644
--- a/tests/mocks/configcache/configcache.c
+++ b/tests/mocks/configcache/configcache.c
@@ -19,18 +19,6 @@
#include "configcache.h"
-#include "zbxmocktest.h"
-#include "zbxmockdata.h"
-#include "zbxmockassert.h"
-#include "zbxmockutil.h"
-
-#include "zbxserver.h"
-#include "common.h"
-#include "zbxalgo.h"
-#include "dbcache.h"
-#include "mutexs.h"
-#include "dbconfig.h"
-
zbx_mock_config_t mock_config;
void *__wrap_zbx_hashset_search(zbx_hashset_t *hs, const void *data);
diff --git a/tests/mocks/configcache/configcache.h b/tests/mocks/configcache/configcache.h
index 1880d92dce8..736a3b3e2b6 100644
--- a/tests/mocks/configcache/configcache.h
+++ b/tests/mocks/configcache/configcache.h
@@ -20,18 +20,9 @@
#ifndef ZABBIX_CONFIGCACHE_H
#define ZABBIX_CONFIGCACHE_H
-#include "zbxmocktest.h"
-#include "zbxmockdata.h"
-#include "zbxmockassert.h"
-#include "zbxmockutil.h"
-
-#include "zbxserver.h"
#include "common.h"
#include "zbxalgo.h"
-#include "dbcache.h"
-#include "mutexs.h"
#include "dbconfig.h"
-#include "configcache_mock.h"
typedef struct
{