r24689: There is no such test as LDAP-UPTODATENESS.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 27 Aug 2007 00:21:37 +0000 (00:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:02:44 +0000 (15:02 -0500)
(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)

source4/samba4-skip
source4/selftest/test_ldap.sh

index e189ad1105cf7788e089a9c70d5521b0d920bcc6..2669b38b56cdc93e5076953671a7f46293f27a1b 100644 (file)
@@ -47,3 +47,4 @@ RPC-DSSYNC
 RPC-EPMAPPER
 RPC-INITSHUTDOWN
 RPC-SAMSYNC
+LDAP-UPTODATEVECTOR
index 4a31451a014ba8bc0a37fe55aac7fd1206b161ca..627eb905fb175f3d002eaa9c894828e36892fc97 100755 (executable)
@@ -15,7 +15,7 @@ if grep ENABLE_GNUTLS.1 include/config.h > /dev/null; then
        plantest "TESTING PROTOCOL $p with options $options" dc ../testprogs/blackbox/test_ldb.sh $p \$SERVER_IP $options
     done
 fi
-for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
+for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATEVECTOR
 do
        plantest "$t" dc bin/smbtorture $TORTURE_OPTIONS "-U\$USERNAME%\$PASSWORD" //\$SERVER_IP/_none_ $t
 done