From: Günther Deschner Date: Thu, 4 Jun 2009 19:14:25 +0000 (+0200) Subject: s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test. X-Git-Tag: tdb-1.1.5~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbcd574db6ac7a94856801f83b2ade971a6a396;p=thirdparty%2Fsamba.git s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test. Andrew, I think you wanted to print this instead. Guenther --- diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 2e78c657846..f9eb294eebd 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -6297,9 +6297,9 @@ static bool test_ManyObjects(struct dcerpc_pipe *p, "unexpected number of results returned in dispinfo call"); #endif if (which_ops == TORTURE_SAMR_MANY_ACCOUNTS && num_enum != num_anounced + num_created) { - torture_comment(tctx, - "unexpected number of results (%u) returned in enum call, expected %u", - num_enum != num_anounced + num_created); + torture_comment(tctx, + "unexpected number of results (%u) returned in enum call, expected %u\n", + num_enum, num_anounced + num_created); } return ret; }