From 7da94cc4a664521be279b019e9f32121cd410193 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Apr 2010 01:39:06 +0200 Subject: subunit: Support formatting compatible with upstream subunit, for consistency. Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. --- source4/torture/libnetapi/libnetapi_user.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'source4/torture/libnetapi/libnetapi_user.c') diff --git a/source4/torture/libnetapi/libnetapi_user.c b/source4/torture/libnetapi/libnetapi_user.c index 2731cbd772..2afc1e5916 100644 --- a/source4/torture/libnetapi/libnetapi_user.c +++ b/source4/torture/libnetapi/libnetapi_user.c @@ -53,7 +53,7 @@ static NET_API_STATUS test_netuserenum(struct torture_context *tctx, struct USER_INFO_20 *info20 = NULL; struct USER_INFO_23 *info23 = NULL; - torture_comment(tctx, "testing NetUserEnum level %d\n", level); + torture_comment(tctx, "Testing NetUserEnum level %d\n", level); do { status = NetUserEnum(hostname, @@ -192,7 +192,7 @@ NET_API_STATUS test_netuseradd(struct torture_context *tctx, ZERO_STRUCT(u1); - torture_comment(tctx, "testing NetUserAdd\n"); + torture_comment(tctx, "Testing NetUserAdd\n"); u1.usri1_name = username; u1.usri1_password = "W297!832jD8J"; @@ -220,7 +220,7 @@ static NET_API_STATUS test_netusermodals(struct torture_context *tctx, for (i=0; i