[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2051-g5e0f122

Günther Deschner gd at samba.org
Fri Jun 5 11:41:39 GMT 2009


The branch, master has been updated
       via  5e0f122f7c00c7ba76a5f550c67ca31e5bea9aae (commit)
      from  34014f8aa6456a002e88b139774dd5a58533247b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5e0f122f7c00c7ba76a5f550c67ca31e5bea9aae
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jun 5 12:13:25 2009 +0200

    nss_wrapper: rename test_nwrap_env to test_nwrap_enumeration in testsuite.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 lib/nss_wrapper/testsuite.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/nss_wrapper/testsuite.c b/lib/nss_wrapper/testsuite.c
index c1b6e9e..57c61f6 100644
--- a/lib/nss_wrapper/testsuite.c
+++ b/lib/nss_wrapper/testsuite.c
@@ -471,7 +471,7 @@ static bool test_nwrap_membership(struct torture_context *tctx)
 	return true;
 }
 
-static bool test_nwrap_env(struct torture_context *tctx)
+static bool test_nwrap_enumeration(struct torture_context *tctx)
 {
 	const char *old_pwd = getenv("NSS_WRAPPER_PASSWD");
 	const char *old_group = getenv("NSS_WRAPPER_GROUP");
@@ -493,7 +493,7 @@ struct torture_suite *torture_local_nss_wrapper(TALLOC_CTX *mem_ctx)
 {
 	struct torture_suite *suite = torture_suite_create(mem_ctx, "NSS-WRAPPER");
 
-	torture_suite_add_simple_test(suite, "env", test_nwrap_env);
+	torture_suite_add_simple_test(suite, "enumeration", test_nwrap_enumeration);
 	torture_suite_add_simple_test(suite, "membership", test_nwrap_membership);
 
 	return suite;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list