summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/tests/python_agent.py
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-07-22 21:57:37 +0000
committerTed Ross <tross@apache.org>2010-07-22 21:57:37 +0000
commita621976b2626148ad00b4909198d9c9d6ae9426d (patch)
tree6c7042a322560619e21627cf277a3124d0d7b297 /cpp/bindings/qmf/tests/python_agent.py
parentfd4b59dff2ed6f050af6effd28d2c7a02351bf07 (diff)
downloadqpid-python-a621976b2626148ad00b4909198d9c9d6ae9426d.tar.gz
Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted to the
consoles. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@966871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/tests/python_agent.py')
-rw-r--r--cpp/bindings/qmf/tests/python_agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/tests/python_agent.py b/cpp/bindings/qmf/tests/python_agent.py
index e22c80a813..28ba47e1bb 100644
--- a/cpp/bindings/qmf/tests/python_agent.py
+++ b/cpp/bindings/qmf/tests/python_agent.py
@@ -263,7 +263,7 @@ class App(qmf.AgentHandler):
self._connection = qmf.Connection(self._settings)
# Instantiate an Agent to serve me queries and method calls
- self._agent = qmf.Agent(self)
+ self._agent = qmf.Agent(self, "agent_test_label")
# Dynamically define the parent and child schemas, then
# register them with the agent