From a3545383fb3ef5ded73a392b19586461448c0042 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 17 Jun 2006 01:12:28 +0000 Subject: r16331: Split out registering of multi fn tests, fix typo in name of pac suite. (This used to be commit 9e8574ac6cd38d1ff388f0c9ff37d86b316a431e) --- source4/torture/auth/pac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/auth') diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index ecba5d1cc8..d922d5d1e9 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -663,7 +663,7 @@ static BOOL torture_pac_saved_check(struct torture_context *test, struct torture_suite *torture_pac(TALLOC_CTX *mem_ctx) { - struct torture_suite *suite = torture_suite_create(mem_ctx, "AUTH-PAC"); + struct torture_suite *suite = torture_suite_create(mem_ctx, "LOCAL-PAC"); torture_suite_add_simple_tcase(suite, "self check", torture_pac_self_check, NULL); -- cgit