mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
This commit is contained in:
@ -33,7 +33,7 @@ class RpcEchoTests(RpcInterfaceTestCase):
|
||||
self.assertEquals(3, self.conn2.AddOne(2))
|
||||
|
||||
def test_abstract_syntax(self):
|
||||
self.assertEquals(("60a15ec5-4de8-11d7-a637-005056a20182", 1),
|
||||
self.assertEquals(("60a15ec5-4de8-11d7-a637-005056a20182", 1),
|
||||
self.conn.abstract_syntax)
|
||||
|
||||
def test_addone(self):
|
||||
|
Reference in New Issue
Block a user