diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-27 00:21:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:44 -0500 |
commit | 7e4148eb4fc46d121ab76a0b6236e636e1fdab74 (patch) | |
tree | d1c183656a09a3ce2559c9b8c80817147d990f35 /source4 | |
parent | dfc0fd9eec32fbaada087531d36b9f13f316f2e4 (diff) | |
download | samba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.tar.gz samba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.tar.xz samba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.zip |
r24689: There is no such test as LDAP-UPTODATENESS.
(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/samba4-skip | 1 | ||||
-rwxr-xr-x | source4/selftest/test_ldap.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/samba4-skip b/source4/samba4-skip index e189ad1105c..2669b38b56c 100644 --- a/source4/samba4-skip +++ b/source4/samba4-skip @@ -47,3 +47,4 @@ RPC-DSSYNC RPC-EPMAPPER RPC-INITSHUTDOWN RPC-SAMSYNC +LDAP-UPTODATEVECTOR diff --git a/source4/selftest/test_ldap.sh b/source4/selftest/test_ldap.sh index 4a31451a014..627eb905fb1 100755 --- a/source4/selftest/test_ldap.sh +++ b/source4/selftest/test_ldap.sh @@ -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 |