[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-116-gcdbc00b

Jelmer Vernooij jelmer at samba.org
Mon Mar 2 04:08:04 GMT 2009


The branch, master has been updated
       via  cdbc00bb52f39472fe5f1380b15180205644c8e9 (commit)
      from  0a3ee53b50a10874b0ee0230b022b4277b5a6d96 (commit)

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


- Log -----------------------------------------------------------------
commit cdbc00bb52f39472fe5f1380b15180205644c8e9
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Mar 2 05:07:30 2009 +0100

    Fix test_surrounding in samba4.rpcecho.python.

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

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/source4/scripting/python/samba/tests/dcerpc/rpcecho.py b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
index 12638e2..6226800 100644
--- a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
+++ b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
@@ -49,7 +49,7 @@ class RpcEchoTests(RpcInterfaceTestCase):
         surrounding_struct.x = 4
         surrounding_struct.surrounding = [1,2,3,4]
         y = self.conn.TestSurrounding(surrounding_struct)
-        self.assertEquals(8 * [0], y.surrounding)
+        self.assertEquals(4 * [0], y.surrounding)
 
     def test_manual_request(self):
         self.assertEquals("\x01\x00\x00\x00", self.conn.request(0, chr(0) * 4))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list