diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-11 15:34:20 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-11 15:34:20 +0000 |
| commit | b32c30ec005b9e6af28785f2c924c3cb01f3c452 (patch) | |
| tree | 69f4a04a1a345758596996d96645173812423568 /python/tests_0-10/exchange.py | |
| parent | 6dbea2e3b51011a28a23505145aa3a3aab6a21fa (diff) | |
| download | qpid-python-b32c30ec005b9e6af28785f2c924c3cb01f3c452.tar.gz | |
Fixed headers exchange to allow unbind using binding key and not args
Converted alternate exchange python tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@635976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10/exchange.py')
| -rw-r--r-- | python/tests_0-10/exchange.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests_0-10/exchange.py b/python/tests_0-10/exchange.py index be4f72c74c..991da17ed4 100644 --- a/python/tests_0-10/exchange.py +++ b/python/tests_0-10/exchange.py @@ -45,6 +45,7 @@ class TestHelper(TestBase010): except: print "Error on tearDown:" print traceback.print_exc() + TestBase010.tearDown(self) def createMessage(self, key="", body=""): return Message(self.session.delivery_properties(routing_key=key), body) |
