r8011: arrgh, commit the right version this time
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Jun 2005 03:59:02 +0000 (03:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:58 +0000 (13:18 -0500)
source/lib/ldb/tests/test-tdb-features.sh

index 3a7c50eae78cf3c5dab78d0745574b85702646db..80da8fc2adcc2846faae3e288cbcf8a8b70f1259 100644 (file)
@@ -81,18 +81,17 @@ changetype: modify
 add: j
 j: 0x100
 EOF
-checkcount 1 '(i=0x100)'
-checkcount 0 '(i=256)'
+checkcount 1 '(j=0x100)'
+checkcount 0 '(j=256)'
 
 echo "Adding wildcard attribute"
-echo "marking i as INTEGER"
 cat <<EOF | bin/ldbmodify || exit 1
 dn: @ATTRIBUTES
 changetype: modify
 add: *
 *: INTEGER
 EOF
-checkcount 1 '(i=0x100)'
-checkcount 1 '(i=256)'
+checkcount 1 '(j=0x100)'
+checkcount 1 '(j=256)'
 
 rm -f $LDB_URL