summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/xmlrpc_test.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-05-11 02:34:52 -0600
committerRob Crittenden <rcritten@redhat.com>2009-05-11 16:17:08 -0400
commitae38a2461fec2aaa39b18a613e3d127a25fc5fe7 (patch)
tree8bacd1a7ef865063a8c114294d71c669135a3417 /tests/test_xmlrpc/xmlrpc_test.py
parent1dd85475fc0b646878285b55aef71e11951a9b83 (diff)
downloadfreeipa-ae38a2461fec2aaa39b18a613e3d127a25fc5fe7.tar.gz
freeipa-ae38a2461fec2aaa39b18a613e3d127a25fc5fe7.tar.xz
freeipa-ae38a2461fec2aaa39b18a613e3d127a25fc5fe7.zip
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don't get read; cleaned up config.Env automagic with regard to running in-tree vs. installed
Diffstat (limited to 'tests/test_xmlrpc/xmlrpc_test.py')
-rw-r--r--tests/test_xmlrpc/xmlrpc_test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_xmlrpc/xmlrpc_test.py b/tests/test_xmlrpc/xmlrpc_test.py
index 83ee7b5d9..42309add1 100644
--- a/tests/test_xmlrpc/xmlrpc_test.py
+++ b/tests/test_xmlrpc/xmlrpc_test.py
@@ -31,14 +31,6 @@ from ipalib import errors
# individually instead of at the top-level. If API.bootstrap()
# has already been called we continue gracefully. Other errors will be
# raised.
-try:
- api.bootstrap(context='cli')
- api.finalize()
-except StandardError, e:
- if str(e) == "API.bootstrap() already called":
- pass
- else:
- raise e
class XMLRPC_test(object):
"""