From 94af1581ef5458438ee883cdec204502e448ddde Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 14 Mar 2012 01:00:06 +0100 Subject: 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 --- source4/scripting/python/samba/tests/samba_tool/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/scripting/python/samba/tests/samba_tool/user.py b/source4/scripting/python/samba/tests/samba_tool/user.py index 3861a001df..15d04d60ff 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 -- cgit