>From db1fcc8c50f91f771c548f4222e22d00227a7179 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 23 Jun 2014 17:52:03 +0200 Subject: [PATCH 2/6] TESTS: Use the right confdb path The nested group test only worked by accident. Its confdb settings were not applied because a wrong confdb path was used. --- src/tests/cmocka/test_nested_groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/cmocka/test_nested_groups.c b/src/tests/cmocka/test_nested_groups.c index ed9a8c8ec8bef543f2a44d23451584de8fc8f2a5..9f38e3dd388dcafcdaa61cb39136c30fa58b399a 100644 --- a/src/tests/cmocka/test_nested_groups.c +++ b/src/tests/cmocka/test_nested_groups.c @@ -136,7 +136,7 @@ void nested_groups_test_setup(void **state) test_ctx->sdap_opts = mock_sdap_options_ldap(test_ctx, test_ctx->tctx->dom, test_ctx->tctx->confdb, - test_ctx->tctx->confdb_path); + test_ctx->tctx->conf_dom_path); assert_non_null(test_ctx->sdap_opts); test_ctx->sdap_domain = test_ctx->sdap_opts->sdom; test_ctx->sdap_handle = mock_sdap_handle(test_ctx); -- 1.9.3