s4-smbtorture: rename SECRETS to LSA-SECRETS.
authorGünther Deschner <gd@samba.org>
Tue, 9 Jun 2009 10:06:19 +0000 (12:06 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 9 Jun 2009 12:09:23 +0000 (14:09 +0200)
Guenther

source4/torture/rpc/session_key.c

index c069c6272408edbf39456785dec4c2856a041c66..431897ac7776b2000ed2a31f1558c67aa3fef33e 100644 (file)
@@ -215,7 +215,7 @@ static const bool bool_vals[] = { true, false };
 /* TEST session key correctness by pushing and pulling secrets */
 struct torture_suite *torture_rpc_lsa_secrets(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "SECRETS");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "LSA-SECRETS");
        int keyexchange, ntlm2, lm_key;
 
        for (keyexchange = 0; keyexchange < ARRAY_SIZE(bool_vals); keyexchange++) {