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

tridge at samba.org tridge at samba.org
Wed Mar 7 10:29:39 GMT 2007


Author: tridge
Date: 2007-03-07 10:29:39 +0000 (Wed, 07 Mar 2007)
New Revision: 21742

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

Log:

reenable the smbclient test now that the d_printf bug is fixed

Modified:
   branches/SAMBA_4_0/source/script/tests/test_blackbox.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_blackbox.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_blackbox.sh	2007-03-07 10:17:50 UTC (rev 21741)
+++ branches/SAMBA_4_0/source/script/tests/test_blackbox.sh	2007-03-07 10:29:39 UTC (rev 21742)
@@ -20,9 +20,7 @@
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 
-# skip the smbclient test until jelmer can work on it. Right now the
-# test makes no sense at all with the new test system (tridge) testit
-# "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
+testit "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
 testit "cifsdd" $incdir/../../../testprogs/blackbox/test_cifsdd.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$ADDARGS"
 
 testok $0 $failed



More information about the samba-cvs mailing list