diff options
author | Petr Viktorin <pviktori@redhat.com> | 2012-03-15 08:49:41 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-03-14 23:59:54 -0400 |
commit | 7a5ca16c749424b50f165d4672a08cd42aa30d90 (patch) | |
tree | 352a31888a83afc5e11a249583c3b1357f047b38 /tests | |
parent | 96390ca3e5f9fb89fe930e62dbd267a2de0af1d1 (diff) | |
download | freeipa-7a5ca16c749424b50f165d4672a08cd42aa30d90.tar.gz freeipa-7a5ca16c749424b50f165d4672a08cd42aa30d90.tar.xz freeipa-7a5ca16c749424b50f165d4672a08cd42aa30d90.zip |
Remove ipausers' gidnumber from tests
The ipausers group is no longer a POSIX group by default.
Reflect that in the tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xmlrpc/test_group_plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_group_plugin.py b/tests/test_xmlrpc/test_group_plugin.py index 3ef60f693..44682b69c 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'], }, |