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

Enable winreg Python tests - authentication works now.

This commit is contained in:
Jelmer Vernooij
2008-09-30 15:24:46 +02:00
parent ae38514534
commit 7f1c02cd7a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,8 @@ from samba.tests import RpcInterfaceTestCase
class RpcEchoTests(RpcInterfaceTestCase):
def setUp(self):
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm(),
self.get_credentials())
def test_two_contexts(self):
self.conn2 = echo.rpcecho("ncalrpc:", self.get_loadparm(), basis_connection=self.conn)