OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-783-g1bc528d
Gerrit Code Review
gerrit@openafs.org
Sat, 26 Feb 2011 03:57:10 -0800 (PST)
The following commit has been merged in the master branch:
commit 1bc528d008fe11c43da6f6eef4210561bab33cbc
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 24 13:52:40 2011 +0000
tests/auth: Refactor common code
Pull the common code for creating a configuration directory out of
the keys and superuser tests into a single file. This both cleans up
the existing tests, and makes it easier to add new ones.
Change-Id: I08058117e08da3a3baf750b3b14ef6780f942206
Reviewed-on: http://gerrit.openafs.org/4049
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
tests/auth/Makefile.in | 11 +++--
tests/auth/common.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++
tests/auth/common.h | 26 +++++++++++
tests/auth/keys-t.c | 65 ++++++++-------------------
tests/auth/superuser-t.c | 45 ++++---------------
5 files changed, 172 insertions(+), 87 deletions(-)
--
OpenAFS Master Repository