summaryrefslogtreecommitdiff
path: root/python/qpid/testlib.py
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
commitad2544f4238864295cb363aeb890e0f8a895cde2 (patch)
treea434a0aaf73630fafebd5038e112d7e4efd7f5bc /python/qpid/testlib.py
parent05fcaff549ba1717f93fcccc6a390eaadb22e72b (diff)
downloadqpid-python-ad2544f4238864295cb363aeb890e0f8a895cde2.tar.gz
QPID-3629: Changed management of credit window
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1205467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/testlib.py')
-rw-r--r--python/qpid/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py
index 1439b892ea..1da53b3378 100644
--- a/python/qpid/testlib.py
+++ b/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)