From d06a4f9aa864b15d63ee967c5337699dc76a4157 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 22 Jul 2010 21:57:37 +0000 Subject: 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@966871 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/bindings/qmf/tests/python_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/bindings/qmf/tests/python_agent.py') diff --git a/qpid/cpp/bindings/qmf/tests/python_agent.py b/qpid/cpp/bindings/qmf/tests/python_agent.py index e22c80a813..28ba47e1bb 100644 --- a/qpid/cpp/bindings/qmf/tests/python_agent.py +++ b/qpid/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 -- cgit v1.2.1