summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-27 00:21:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:44 -0500
commit7e4148eb4fc46d121ab76a0b6236e636e1fdab74 (patch)
treed1c183656a09a3ce2559c9b8c80817147d990f35
parentdfc0fd9eec32fbaada087531d36b9f13f316f2e4 (diff)
downloadsamba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.tar.gz
samba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.tar.bz2
samba-7e4148eb4fc46d121ab76a0b6236e636e1fdab74.zip
r24689: There is no such test as LDAP-UPTODATENESS.
(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)
-rw-r--r--source4/samba4-skip1
-rwxr-xr-xsource4/selftest/test_ldap.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/samba4-skip b/source4/samba4-skip
index e189ad1105..2669b38b56 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 4a31451a01..627eb905fb 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