mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
Fix test_surrounding in samba4.rpcecho.python.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user