diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-10-26 13:56:54 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-10-28 17:34:34 -0400 |
commit | c1dfb50ee9be266e3448ad53acd8a6464938c604 (patch) | |
tree | 595769d6959e3340cdcb20f14305568a4d42b8da /tests | |
parent | 4f8e4482b316cc5996986bdfae12cc27be27df5e (diff) | |
download | freeipa-c1dfb50ee9be266e3448ad53acd8a6464938c604.tar.gz freeipa-c1dfb50ee9be266e3448ad53acd8a6464938c604.tar.xz freeipa-c1dfb50ee9be266e3448ad53acd8a6464938c604.zip |
Remove group nesting from the HBAC service groups
ticket 389
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xmlrpc/test_hbacsvcgroup_plugin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py b/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py index da347f22d..c44779f27 100644 --- a/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py +++ b/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py @@ -123,7 +123,6 @@ class test_hbacsvcgroup(Declarative): failed=dict( member=dict( hbacsvc=tuple(), - hbacsvcgroup=tuple(), ), ), result={ @@ -213,7 +212,6 @@ class test_hbacsvcgroup(Declarative): failed=dict( member=dict( hbacsvc=tuple(), - hbacsvcgroup=tuple(), ), ), completed=1, |