[SCM] Samba Shared Repository - branch master updated - 6069407ed1c210e12536188d60e290704b523983

Jelmer Vernooij jelmer at samba.org
Tue Oct 21 12:25:06 GMT 2008


The branch, master has been updated
       via  6069407ed1c210e12536188d60e290704b523983 (commit)
      from  9f46669871fa245fe41c465e85dcf4db98634058 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6069407ed1c210e12536188d60e290704b523983
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Oct 21 14:23:42 2008 +0200

    Fix rpcecho test.

-----------------------------------------------------------------------

Summary of changes:
 .../scripting/python/samba/tests/dcerpc/rpcecho.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
index 0679073..12638e2 100644
--- a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
+++ b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
@@ -25,8 +25,7 @@ from samba.tests import RpcInterfaceTestCase
 
 class RpcEchoTests(RpcInterfaceTestCase):
     def setUp(self):
-        self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm(),
-                                 self.get_credentials())
+        self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
 
     def test_two_contexts(self):
         self.conn2 = echo.rpcecho("ncalrpc:", self.get_loadparm(), basis_connection=self.conn)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list