[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1797-g6b1576f

Jelmer Vernooij jelmer at samba.org
Sun May 25 13:13:05 GMT 2008


The branch, v4-0-test has been updated
       via  6b1576f544e2ea2b5ea0b234b724c4989dd49cca (commit)
      from  a875e07a37568b7e51c290074d5e3834c2caa4d6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 6b1576f544e2ea2b5ea0b234b724c4989dd49cca
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 25 14:41:54 2008 +0200

    Fix missing colon.

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

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


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/samba/tests/dcerpc/rpcecho.py b/source/scripting/python/samba/tests/dcerpc/rpcecho.py
index 68b7a42..bbbd0d7 100644
--- a/source/scripting/python/samba/tests/dcerpc/rpcecho.py
+++ b/source/scripting/python/samba/tests/dcerpc/rpcecho.py
@@ -27,7 +27,7 @@ class RpcEchoTests(RpcInterfaceTestCase):
         self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
 
     def test_two_contexts(self):
-        self.conn2 = echo.rpcecho("ncalrpc", basis_connection=self.conn)
+        self.conn2 = echo.rpcecho("ncalrpc:", basis_connection=self.conn)
         self.assertEquals(3, self.conn2.AddOne(2))
 
     def test_abstract_syntax(self):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list