diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-08-04 00:21:26 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2009-08-04 00:21:26 -0600 |
commit | 22493eef216a587bf076f81e558c476b6dd513bf (patch) | |
tree | a2f2438065fa43849451dbb6c3fbd6be31878d74 /ipalib/backend.py | |
parent | 322d8238a0862355340e1ad9a464bd40f6e9b728 (diff) | |
download | freeipa-22493eef216a587bf076f81e558c476b6dd513bf.tar.gz freeipa-22493eef216a587bf076f81e558c476b6dd513bf.tar.xz freeipa-22493eef216a587bf076f81e558c476b6dd513bf.zip |
Fix three broken unit tests
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r-- | ipalib/backend.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py index da7fc2922..b123ed140 100644 --- a/ipalib/backend.py +++ b/ipalib/backend.py @@ -118,6 +118,7 @@ class Executioner(Backend): 'non-public: %s: %s', e.__class__.__name__, str(e) ) error = InternalError() + destroy_context() if error is None: return result assert isinstance(error, PublicError) |