From 324de0b36d3c128d9fb40c27cd5667aa8bbc62ba Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Jul 2005 05:20:08 +0000 Subject: r8035: added indexing tests. current ldb fails the integer indexing, will be fixed shortly (This used to be commit a9c32445035a09978c5fdbc189a2767e7650dfc2) --- source4/lib/ldb/tests/test-tdb-features.sh | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/tests/test-tdb-features.sh b/source4/lib/ldb/tests/test-tdb-features.sh index 8e9d9dab3c..a78d2d3dd5 100644 --- a/source4/lib/ldb/tests/test-tdb-features.sh +++ b/source4/lib/ldb/tests/test-tdb-features.sh @@ -22,10 +22,6 @@ dn: cn=t1,cn=TEST objectClass: testclass test: foo EOF - - -echo $ldif | $VALGRIND bin/ldbadd || exit 1 - checkcount 1 '(test=foo)' checkcount 0 '(test=FOO)' checkcount 0 '(test=fo*)' @@ -108,4 +104,28 @@ EOF checkcount 1 '(objectClass=otherclass)' checkcount 1 '(objectClass=testclass)' +echo "Adding index" +cat <