svn commit: samba r21466 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Tue Feb 20 14:57:25 GMT 2007


Author: metze
Date: 2007-02-20 14:57:25 +0000 (Tue, 20 Feb 2007)
New Revision: 21466

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21466

Log:
run the LDAP-UPTODATEVECTOR test in make test

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_ldap.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2007-02-20 14:56:45 UTC (rev 21465)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2007-02-20 14:57:25 UTC (rev 21466)
@@ -32,6 +32,8 @@
 
 testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP
 
+testit "LDAP-UPTODATENESS" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ LDAP-UPTODATENESS
+
 # only do the ldb tests when not in quick mode - they are quite slow, and ldb
 # is now pretty well tested by the rest of the quick tests anyway
 test "$TORTURE_QUICK" = "yes" || {



More information about the samba-cvs mailing list