1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-25 00:59:11 +03:00

Convert samr test to python.

(This used to be commit 88d473b202)
This commit is contained in:
Jelmer Vernooij
2008-05-22 05:13:31 +02:00
parent 9c109fb51d
commit 27005cb7a2
4 changed files with 117 additions and 127 deletions

View File

@ -26,3 +26,5 @@ class SamrTests(RpcInterfaceTestCase):
def test_connect5(self):
(level, info, handle) = self.conn.Connect5(None, 0, 1, samr.ConnectInfo1())