mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
Fix rpcecho test.
(This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae)
This commit is contained in:
parent
c59e7d5569
commit
d579540085
@ -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:", self.get_loadparm(), basis_connection=self.conn)
|
||||
self.assertEquals(3, self.conn2.AddOne(2))
|
||||
|
||||
def test_abstract_syntax(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user