summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-11-23 16:01:25 +0000
committerGordon Sim <gsim@apache.org>2011-11-23 16:01:25 +0000
commit77361a62577d5932329073896a4d481d29facc68 (patch)
tree74fcdd9cfd20bf62fac87466286da96a3c1c11f4 /qpid/python
parent48ee4dc0826d5daa864707ae46a5d3d0616fe884 (diff)
downloadqpid-python-77361a62577d5932329073896a4d481d29facc68.tar.gz
QPID-3629: Changed management of credit window
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1205467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/testlib.py b/qpid/python/qpid/testlib.py
index 1439b892ea..1da53b3378 100644
--- a/qpid/python/qpid/testlib.py
+++ b/qpid/python/qpid/testlib.py
@@ -187,6 +187,7 @@ class TestBase010(unittest.TestCase):
self.conn = self.connect()
self.session = self.conn.session("test-session", timeout=10)
self.qmf = None
+ self.test_queue_name = self.id()
def startQmf(self, handler=None):
self.qmf = qmf.console.Session(handler)