Author: idra Date: 2006-01-10 14:27:48 +0000 (Tue, 10 Jan 2006) New Revision: 12828
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12828 Log: add a test to check white spaces comparison Modified: branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif 2006-01-10 14:21:24 UTC (rev 12827) +++ branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif 2006-01-10 14:27:48 UTC (rev 12828) @@ -29,3 +29,12 @@ ou: Ldb Test uidNumber: 0 gidNumber: 0 + +dn: ou=LdbTspace,ou=People,o=University of Michigan,c=TEST +objectclass: organizationalUnit +objectclass: extensibleObject +ou: People +ou: LdbTspace +description: test white space removal in comparisons +uidNumber: 0 +gidNumber: 0 Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh 2006-01-10 14:21:24 UTC (rev 12827) +++ branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh 2006-01-10 14:27:48 UTC (rev 12828) @@ -99,4 +99,4 @@ checkcount 1 'base' 'cn=Hampster Ursula,ou=Alumni Association,ou=People,o=University of Michigan,c=TEST' '(uid=uham)' checkcount 1 'one' 'ou=Alumni Association,ou=People,o=University of Michigan,c=TEST' '(uid=uham)' - +checkcount 1 'one' 'ou=People,o=University of Michigan,c=TEST' '(ou=ldb test)'
