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

abartlet at samba.org abartlet at samba.org
Mon Sep 26 22:27:44 GMT 2005


Author: abartlet
Date: 2005-09-26 22:27:44 +0000 (Mon, 26 Sep 2005)
New Revision: 10520

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

Log:
The join is a nice quick RPC test.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_rpc_quick.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_rpc_quick.sh	2005-09-26 21:41:58 UTC (rev 10519)
+++ branches/SAMBA_4_0/source/script/tests/test_rpc_quick.sh	2005-09-26 22:27:44 UTC (rev 10520)
@@ -2,9 +2,9 @@
 
 # add tests to this list as they start passing, so we test
 # that they stay passing
-ncacn_np_tests="RPC-ECHO RPC-ALTERCONTEXT"
-ncalrpc_tests="RPC-ECHO RPC-ALTERCONTEXT"
-ncacn_ip_tcp_tests="RPC-ECHO RPC-ALTERCONTEXT"
+ncacn_np_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
+ncalrpc_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
+ncacn_ip_tcp_tests="RPC-ECHO RPC-ALTERCONTEXT RPC-JOIN"
 
 if [ $# -lt 4 ]; then
 cat <<EOF



More information about the samba-cvs mailing list