summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-03-15 08:49:41 -0400
committerRob Crittenden <rcritten@redhat.com>2012-03-14 23:59:54 -0400
commit7a5ca16c749424b50f165d4672a08cd42aa30d90 (patch)
tree352a31888a83afc5e11a249583c3b1357f047b38
parent96390ca3e5f9fb89fe930e62dbd267a2de0af1d1 (diff)
downloadfreeipa-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.
-rw-r--r--tests/test_xmlrpc/test_group_plugin.py1
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'],
},