summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-13 13:23:31 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-02-10 22:08:46 +0100
commitb8dcd1216e5ea7065213c750a92dabfe01fa3b70 (patch)
tree4b16dcc47c1cf43846ea92106825c559ad2bf443 /src/tests
parent2cbb879c517f2c756a2eb3962527979bac01ddab (diff)
downloadsssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.gz
sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.xz
sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.zip
Add realm info to sss_domain_info
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/sysdb-tests.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/sysdb-tests.c b/src/tests/sysdb-tests.c
index 42331297f..6c723c72a 100644
--- a/src/tests/sysdb-tests.c
+++ b/src/tests/sysdb-tests.c
@@ -4552,7 +4552,7 @@ START_TEST(test_sysdb_subdomain_store_user)
ret, strerror(ret));
subdomain = new_subdomain(test_ctx, test_ctx->domain, "test.sub",
- NULL, NULL);
+ NULL, NULL, NULL);
fail_unless(subdomain != NULL, "new_subdomain failed.");
ret = sysdb_store_user(subdomain->sysdb, subdomain, "subdomuser",
@@ -4608,7 +4608,7 @@ START_TEST(test_sysdb_subdomain_user_ops)
ret, strerror(ret));
subdomain = new_subdomain(test_ctx, test_ctx->domain, "test.sub",
- NULL, NULL);
+ NULL, NULL, NULL);
fail_unless(subdomain != NULL, "new_subdomain failed.");
ret = sysdb_store_user(subdomain->sysdb, subdomain, "subdomuser",
@@ -4660,7 +4660,7 @@ START_TEST(test_sysdb_subdomain_group_ops)
ret, strerror(ret));
subdomain = new_subdomain(test_ctx, test_ctx->domain, "test.sub",
- NULL, NULL);
+ NULL, NULL, NULL);
fail_unless(subdomain != NULL, "new_subdomain failed.");
ret = sysdb_store_group(subdomain->sysdb, subdomain,