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

metze at samba.org metze at samba.org
Fri Jun 10 15:47:51 GMT 2005


Author: metze
Date: 2005-06-10 15:47:51 +0000 (Fri, 10 Jun 2005)
New Revision: 7466

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

Log:
add RPC-SPOOLSS to the supported tests

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh
   branches/SAMBA_4_0/source/script/tests/test_rpc.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-10 15:39:23 UTC (rev 7465)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-10 15:47:51 UTC (rev 7466)
@@ -42,6 +42,7 @@
 
 cat >$CONFFILE<<EOF
 [global]
+	netbios name = LOCALHOST
 	workgroup = $DOMAIN
 	realm = $REALM
 	private dir = $PRIVATEDIR

Modified: branches/SAMBA_4_0/source/script/tests/test_rpc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-06-10 15:39:23 UTC (rev 7465)
+++ branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-06-10 15:47:51 UTC (rev 7466)
@@ -2,7 +2,7 @@
 
 # add tests to this list as they start passing, so we test
 # that they stay passing
-ncacn_np_tests="RPC-SCHANNEL RPC-ECHO RPC-DSSETUP RPC-SAMLOGON RPC-ALTERCONTEXT RPC-MULTIBIND"
+ncacn_np_tests="RPC-SPOOLSS RPC-SCHANNEL RPC-ECHO RPC-DSSETUP RPC-SAMLOGON RPC-ALTERCONTEXT RPC-MULTIBIND"
 ncalrpc_tests="RPC-SCHANNEL RPC-ECHO RPC-DSSETUP RPC-SAMLOGON RPC-ALTERCONTEXT RPC-MULTIBIND"
 ncacn_ip_tcp_tests="RPC-SCHANNEL RPC-ECHO RPC-DSSETUP RPC-SAMLOGON RPC-ALTERCONTEXT RPC-MULTIBIND"
 



More information about the samba-cvs mailing list