summaryrefslogtreecommitdiff
path: root/source4/torture/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-17 01:12:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:11 -0500
commita3545383fb3ef5ded73a392b19586461448c0042 (patch)
tree98d1b007b7c0e28bb47e52586f98784a8cbc630a /source4/torture/auth
parente4684e6632f62689e7a51ff6615dc6a797fe3243 (diff)
downloadsamba-a3545383fb3ef5ded73a392b19586461448c0042.tar.gz
r16331: Split out registering of multi fn tests, fix typo in name of pac suite.
(This used to be commit 9e8574ac6cd38d1ff388f0c9ff37d86b316a431e)
Diffstat (limited to 'source4/torture/auth')
-rw-r--r--source4/torture/auth/pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c
index ecba5d1cc8f..d922d5d1e9b 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);