From 7a5ca16c749424b50f165d4672a08cd42aa30d90 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 15 Mar 2012 08:49:41 -0400 Subject: Remove ipausers' gidnumber from tests The ipausers group is no longer a POSIX group by default. Reflect that in the tests. --- tests/test_xmlrpc/test_group_plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_xmlrpc') diff --git a/tests/test_xmlrpc/test_group_plugin.py b/tests/test_xmlrpc/test_group_plugin.py index 3ef60f69..44682b69 100644 --- a/tests/test_xmlrpc/test_group_plugin.py +++ b/tests/test_xmlrpc/test_group_plugin.py @@ -368,7 +368,6 @@ class test_group(Declarative): 'dn': lambda x: DN(x) == \ DN(('cn','ipausers'),('cn','groups'),('cn','accounts'), api.env.basedn), - 'gidnumber': [fuzzy_digits], 'cn': [u'ipausers'], 'description': [u'Default group for all users'], }, -- cgit