]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:selftest: fix a message-typo in the "samba-tool user" testsuite.
authorMichael Adam <obnox@samba.org>
Wed, 14 Mar 2012 00:00:06 +0000 (01:00 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 14 Mar 2012 20:19:11 +0000 (21:19 +0100)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Mar 14 21:19:11 CET 2012 on sn-devel-104

source4/scripting/python/samba/tests/samba_tool/user.py

index 3861a001df1c191f3e0c0b5eae6ea11fe87a10f3..15d04d60ffaa63429c7abf6a0ce4618b6ccb3a86 100644 (file)
@@ -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