From 9db5a5140356479a58f2e7212fc5c4ad6135bb7f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 21 Mar 2010 00:59:30 -0400 Subject: sysydb: Finally stop using a common event context This commit completes the migration to a synchronous sysdb --- src/tests/auth-tests.c | 2 +- src/tests/sysdb-tests.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c index 64864090b..a3de43c47 100644 --- a/src/tests/auth-tests.c +++ b/src/tests/auth-tests.c @@ -141,7 +141,7 @@ static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) return ret; } - ret = sysdb_domain_init(test_ctx, test_ctx->ev, + ret = sysdb_domain_init(test_ctx, test_ctx->domain, TESTS_PATH, &test_ctx->sysdb); if (ret != EOK) { fail("Could not initialize connection to the sysdb (%d)", ret); diff --git a/src/tests/sysdb-tests.c b/src/tests/sysdb-tests.c index 10d77ff40..3b3816cb0 100644 --- a/src/tests/sysdb-tests.c +++ b/src/tests/sysdb-tests.c @@ -147,7 +147,7 @@ static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) return ret; } - ret = sysdb_domain_init(test_ctx, test_ctx->ev, + ret = sysdb_domain_init(test_ctx, test_ctx->domain, TESTS_PATH, &test_ctx->sysdb); if (ret != EOK) { fail("Could not initialize connection to the sysdb (%d)", ret); -- cgit