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

tridge at samba.org tridge at samba.org
Tue Jun 14 07:50:19 GMT 2005


Author: tridge
Date: 2005-06-14 07:50:18 +0000 (Tue, 14 Jun 2005)
New Revision: 7572

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

Log:
fixed filter in test suite


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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh	2005-06-14 07:48:44 UTC (rev 7571)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh	2005-06-14 07:50:18 UTC (rev 7572)
@@ -63,6 +63,6 @@
 checkcount 1 '(i1:1.2.840.113556.1.4.804:=8388608)'
 
 # this is one that w2k gives
-checkcount 3 '(|(|(&(!(groupType:1.2.840.113556.1.4.803=1))(groupType:1.2.840.113556.1.4.803=2147483648)(groupType:1.2.840.113556.1.4.804=10))(samAccountType=805306368))(samAccountType=805306369))'
+checkcount 3 '(|(|(&(!(groupType:1.2.840.113556.1.4.803:=1))(groupType:1.2.840.113556.1.4.803:=2147483648)(groupType:1.2.840.113556.1.4.804:=10))(samAccountType=805306368))(samAccountType=805306369))'
 
 rm -f $LDB_URL



More information about the samba-cvs mailing list