Remove ipausers' gidnumber from tests

The ipausers group is no longer a POSIX group by default.
Reflect that in the tests.
This commit is contained in:
Petr Viktorin 2012-03-15 08:49:41 -04:00 committed by Rob Crittenden
parent 96390ca3e5
commit 7a5ca16c74

View File

@ -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'],
},