mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.
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(4 * [0], y.surrounding)
|
||||
self.assertEquals(8 * [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