]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool tests: rename 'group create' to 'group add'
authorJule Anger <ja@sernet.de>
Thu, 27 Aug 2020 07:27:12 +0000 (09:27 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:41 +0000 (01:18 +0000)
Signed-off-by: Jule Anger <ja@sernet.de>
Reviewed-by: Björn Baumbach <bb@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/samba_tool/group.py

index c64f1c613f021bb5548126c67635dfdc7299aaab..3d714f206f3883917a8e5ab20c8b006d4c2ca7bf 100644 (file)
@@ -85,7 +85,7 @@ class GroupCmdTestCase(SambaToolCmdTest):
         # try to add all the groups again, this should fail
         for group in self.groups:
             (result, out, err) = self._create_group(group)
-            self.assertCmdFail(result, "Succeeded to create existing group")
+            self.assertCmdFail(result, "Succeeded to add existing group")
             self.assertIn("LDAP error 68 LDAP_ENTRY_ALREADY_EXISTS", err)
 
         # try to delete all the groups we just added