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

mimir at samba.org mimir at samba.org
Wed May 17 21:45:01 GMT 2006


Author: mimir
Date: 2006-05-17 21:45:00 +0000 (Wed, 17 May 2006)
New Revision: 15665

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

Log:
ejsnet test should be better now, after changes in delete
user routine.


rafal


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-05-17 21:44:06 UTC (rev 15664)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-05-17 21:45:00 UTC (rev 15665)
@@ -24,7 +24,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 "winreg" scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 



More information about the samba-cvs mailing list