diff options
| author | Alan Conway <aconway@apache.org> | 2011-09-01 20:19:19 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-09-01 20:19:19 +0000 |
| commit | 13b5035fc1fdb61f2b752dbb5da0f714a9643fef (patch) | |
| tree | 3a9ec82085f7cc308f837e3dd0b7862c7eed1351 /qpid/cpp/src/tests | |
| parent | f7399c06394beb73e6f5b64c547e1b251e55e5f6 (diff) | |
| download | qpid-python-13b5035fc1fdb61f2b752dbb5da0f714a9643fef.tar.gz | |
NO-JIRA: Fix minor FIXME in brokertest.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1164249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/brokertest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/brokertest.py b/qpid/cpp/src/tests/brokertest.py index 705857ee46..16d7fb0b78 100644 --- a/qpid/cpp/src/tests/brokertest.py +++ b/qpid/cpp/src/tests/brokertest.py @@ -504,7 +504,7 @@ class BrokerTest(TestCase): try: while True: contents.append(r.fetch(timeout=timeout).content) except messaging.Empty: pass - finally: pass #FIXME aconway 2011-04-14: r.close() + finally: r.close() return contents def assert_browse(self, session, queue, expect_contents, timeout=0): |
