mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
s4:selftest: fix a message-typo in the "samba-tool user" testsuite.
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 14 21:19:11 CET 2012 on sn-devel-104
This commit is contained in:
@ -67,7 +67,7 @@ class UserCmdTestCase(SambaToolCmdTest):
|
||||
# try to add all the users again, this should fail
|
||||
for user in self.users:
|
||||
(result, out, err) = self._create_user(user)
|
||||
self.assertCmdFail(result, "Ensure that create user files")
|
||||
self.assertCmdFail(result, "Ensure that create user fails")
|
||||
self.assertIn("LDAP error 68 LDAP_ENTRY_ALREADY_EXISTS", err)
|
||||
|
||||
# try to delete all the 4 users we just added
|
||||
|
Reference in New Issue
Block a user