From c1dfb50ee9be266e3448ad53acd8a6464938c604 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 26 Oct 2010 13:56:54 -0400 Subject: Remove group nesting from the HBAC service groups ticket 389 --- tests/test_xmlrpc/test_hbacsvcgroup_plugin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py b/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py index da347f22..c44779f2 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, -- cgit