diff options
| author | Martin Kosek <mkosek@redhat.com> | 2012-06-14 11:02:16 +0200 |
|---|---|---|
| committer | Martin Kosek <mkosek@redhat.com> | 2012-06-14 12:21:18 +0200 |
| commit | 0c96f5935607e3825ed76330d3375dec9689c8ba (patch) | |
| tree | 73598587abda00f06e4782ba08f834e781e07b8e /tests/test_xmlrpc/objectclasses.py | |
| parent | 9960149e3f84564ab324bfb9db7c50063d87a7bd (diff) | |
| download | freeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.tar.gz freeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.tar.xz freeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.zip | |
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.
Diffstat (limited to 'tests/test_xmlrpc/objectclasses.py')
| -rw-r--r-- | tests/test_xmlrpc/objectclasses.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index 346d52c02..a036b34de 100644 --- a/tests/test_xmlrpc/objectclasses.py +++ b/tests/test_xmlrpc/objectclasses.py @@ -93,6 +93,7 @@ service = [ u'ipaobject', u'ipaservice', u'pkiuser', + u'ipakrbprincipal', u'top', ] |
