svn commit: samba r8645 - in branches/SAMBA_4_0/swat/esptest: .

tridge at samba.org tridge at samba.org
Wed Jul 20 11:13:11 GMT 2005


Author: tridge
Date: 2005-07-20 11:13:11 +0000 (Wed, 20 Jul 2005)
New Revision: 8645

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

Log:
updated the ldb esp test for the new ldb ejs syntax

simo, when changing ejs syntax, please grep -r through the *.js and *.esp files to 
fix all the callers. Thanks :)

Modified:
   branches/SAMBA_4_0/swat/esptest/ldb.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/esptest/ldb.esp
===================================================================
--- branches/SAMBA_4_0/swat/esptest/ldb.esp	2005-07-20 10:54:50 UTC (rev 8644)
+++ branches/SAMBA_4_0/swat/esptest/ldb.esp	2005-07-20 11:13:11 UTC (rev 8645)
@@ -12,7 +12,7 @@
 var ok = ldb.connect(dbfile);
 assert(ok);
 
-res = ldb.search("(objectClass=domain)", attrs);
+res = ldb.search("(objectClass=domain)", NULL, ldb.SCOPE_DEFAULT, attrs);
 multi_table(res, "dn");
 %>
 



More information about the samba-cvs mailing list