diff options
Diffstat (limited to 'auth/credentials/tests/bind.py')
-rwxr-xr-x | auth/credentials/tests/bind.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/credentials/tests/bind.py b/auth/credentials/tests/bind.py index c397501844d..c5f79211185 100755 --- a/auth/credentials/tests/bind.py +++ b/auth/credentials/tests/bind.py @@ -46,6 +46,7 @@ creds_user2 = copy.deepcopy(creds) creds_user3 = copy.deepcopy(creds) creds_user4 = copy.deepcopy(creds) + class BindTests(samba.tests.TestCase): info_dc = None |