From 0c96f5935607e3825ed76330d3375dec9689c8ba Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 14 Jun 2012 11:02:16 +0200 Subject: Remove trust work unit test failures Trust work that was pushed recently requires few changes in unit tests to prevent test failures. This patch also removes repetitive construction of group DN in group unit tests. --- tests/test_xmlrpc/test_service_plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_xmlrpc/test_service_plugin.py') diff --git a/tests/test_xmlrpc/test_service_plugin.py b/tests/test_xmlrpc/test_service_plugin.py index 494a9fc7..5f089fbb 100644 --- a/tests/test_xmlrpc/test_service_plugin.py +++ b/tests/test_xmlrpc/test_service_plugin.py @@ -222,6 +222,7 @@ class test_service(Declarative): result=dict( dn=lambda x: DN(x) == service1dn, krbprincipalname=[service1], + ipakrbprincipalalias=[service1], objectclass=objectclasses.service, ipauniqueid=[fuzzy_uuid], managedby_host=[fqdn1], @@ -261,6 +262,7 @@ class test_service(Declarative): dict( dn=lambda x: DN(x) == service1dn, krbprincipalname=[service1], + ipakrbprincipalalias=[service1], objectclass=objectclasses.service, ipauniqueid=[fuzzy_uuid], has_keytab=False, -- cgit