svn commit: samba r8011 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

tridge at samba.org tridge at samba.org
Thu Jun 30 03:59:03 GMT 2005


Author: tridge
Date: 2005-06-30 03:59:02 +0000 (Thu, 30 Jun 2005)
New Revision: 8011

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8011

Log:
arrgh, commit the right version this time


Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/test-tdb-features.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-tdb-features.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test-tdb-features.sh	2005-06-30 03:56:55 UTC (rev 8010)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test-tdb-features.sh	2005-06-30 03:59:02 UTC (rev 8011)
@@ -81,18 +81,17 @@
 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



More information about the samba-cvs mailing list