1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r24689: There is no such test as LDAP-UPTODATENESS.

(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)
This commit is contained in:
Jelmer Vernooij 2007-08-27 00:21:37 +00:00 committed by Gerald (Jerry) Carter
parent dfc0fd9eec
commit 7e4148eb4f
2 changed files with 2 additions and 1 deletions

View File

@ -47,3 +47,4 @@ RPC-DSSYNC
RPC-EPMAPPER
RPC-INITSHUTDOWN
RPC-SAMSYNC
LDAP-UPTODATEVECTOR

View File

@ -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