diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2012-07-23 14:00:51 -0400 |
|---|---|---|
| committer | Martin Kosek <mkosek@redhat.com> | 2012-09-07 13:36:37 +0200 |
| commit | e4e5bd0595f511703db95e194a15069d449bcdbd (patch) | |
| tree | 6403da81ccf6639ebb72b00a7f376d585f85b895 /tests/test_xmlrpc/test_group_plugin.py | |
| parent | 26dfbe61dd399e9c34f6f5bdeb25a197f1f461cb (diff) | |
| download | freeipa-e4e5bd0595f511703db95e194a15069d449bcdbd.tar.gz freeipa-e4e5bd0595f511703db95e194a15069d449bcdbd.tar.xz freeipa-e4e5bd0595f511703db95e194a15069d449bcdbd.zip | |
Set the e-mail attribute using the default domain name by default
https://fedorahosted.org/freeipa/ticket/2810
Diffstat (limited to 'tests/test_xmlrpc/test_group_plugin.py')
| -rw-r--r-- | tests/test_xmlrpc/test_group_plugin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_group_plugin.py b/tests/test_xmlrpc/test_group_plugin.py index de4635d3c..77a419b0c 100644 --- a/tests/test_xmlrpc/test_group_plugin.py +++ b/tests/test_xmlrpc/test_group_plugin.py @@ -688,6 +688,7 @@ class test_group(Declarative): uid=[user1], uidnumber=[fuzzy_digits], gidnumber=[fuzzy_digits], + mail=[u'%s@%s' % (user1, api.env.domain)], displayname=[u'Test User1'], cn=[u'Test User1'], initials=[u'TU'], @@ -804,6 +805,7 @@ class test_group(Declarative): uid=[user1], uidnumber=[fuzzy_digits], gidnumber=[u'1000'], + mail=[u'%s@%s' % (user1, api.env.domain)], displayname=[u'Test User1'], cn=[u'Test User1'], initials=[u'TU'], |
