s4-test: Print correct partition DN in msDSIntId test
authorKamen Mazdrashki <kamenim@samba.org>
Sat, 9 Oct 2010 03:04:52 +0000 (06:04 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Sun, 24 Oct 2010 20:45:21 +0000 (20:45 +0000)
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104

source4/torture/drs/rpc/msds_intid.c

index 2b2fa5e10d9519eb7f71d413b918069d6e4546c8..a6e7dc503cad1853d1774f441722d4a17d38f4d3 100644 (file)
@@ -580,7 +580,7 @@ static bool test_dsintid_domain(struct torture_context *tctx, struct DsIntIdTest
        torture_assert(tctx, mem_ctx, "Not enough memory");
 
        /* fetch whole Schema partition */
-       torture_comment(tctx, "Fetch partition: %s\n", ctx->schema_dn);
+       torture_comment(tctx, "Fetch partition: %s\n", ctx->domain_dn);
        if (!_test_GetNCChanges(tctx, &ctx->dsa_bind, ctx->domain_dn, mem_ctx, &ctr6)) {
                torture_fail(tctx, "_test_GetNCChanges() failed");
        }