summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-10-26 13:56:54 -0400
committerRob Crittenden <rcritten@redhat.com>2010-10-28 17:34:34 -0400
commitc1dfb50ee9be266e3448ad53acd8a6464938c604 (patch)
tree595769d6959e3340cdcb20f14305568a4d42b8da /tests
parent4f8e4482b316cc5996986bdfae12cc27be27df5e (diff)
downloadfreeipa-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.py2
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,