From: Michael Adam Date: Wed, 14 Mar 2012 00:00:06 +0000 (+0100) Subject: s4:selftest: fix a message-typo in the "samba-tool user" testsuite. X-Git-Tag: tdb-1.2.10~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94af1581ef5458438ee883cdec204502e448ddde;p=thirdparty%2Fsamba.git s4:selftest: fix a message-typo in the "samba-tool user" testsuite. Autobuild-User: Michael Adam Autobuild-Date: Wed Mar 14 21:19:11 CET 2012 on sn-devel-104 --- diff --git a/source4/scripting/python/samba/tests/samba_tool/user.py b/source4/scripting/python/samba/tests/samba_tool/user.py index 3861a001df1..15d04d60ffa 100644 --- a/source4/scripting/python/samba/tests/samba_tool/user.py +++ b/source4/scripting/python/samba/tests/samba_tool/user.py @@ -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