svn commit: samba r20167 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Thu Dec 14 08:25:24 GMT 2006


Author: metze
Date: 2006-12-14 08:25:24 +0000 (Thu, 14 Dec 2006)
New Revision: 20167

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

Log:
reenable the ejsnet tests

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_ejs.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ejs.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-12-14 08:23:55 UTC (rev 20166)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-12-14 08:25:24 UTC (rev 20167)
@@ -27,7 +27,7 @@
     testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 done
 
-#testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
+testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
 
 testit "ldb.js" $SCRIPTDIR/ldb.js `pwd` $CONFIGURATION || failed=`expr $failed + 1`
 



More information about the samba-cvs mailing list