From cb4742876508a08ba90c82466c9dba708e4bf999 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Fri, 21 Nov 2014 14:41:03 +0100 Subject: tests: remove code duplication in single domain cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michal Židek --- src/tests/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/common.h') diff --git a/src/tests/common.h b/src/tests/common.h index ea3a6c9e9..714be6988 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -100,8 +100,8 @@ void test_multidom_suite_cleanup(const char *tests_path, const char **domains); void test_dom_suite_cleanup(const char *tests_path, - const char *confdb_path, - const char *sysdb_path); + const char *cdb_file, + const char *domain); struct tevent_req * test_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, errno_t err); -- cgit