From 4e8a91d7704fe666f61ff2c216157d1828de4ed8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 9 Nov 2007 23:32:10 +0000 Subject: Get rid of basic_publish, no longer supported by c++ broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593693 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests_0-10/execution.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/python') diff --git a/qpid/python/tests_0-10/execution.py b/qpid/python/tests_0-10/execution.py index 950ff59d97..3ff6d8ea65 100644 --- a/qpid/python/tests_0-10/execution.py +++ b/qpid/python/tests_0-10/execution.py @@ -24,6 +24,6 @@ class ExecutionTests (TestBase): def test_flush(self): channel = self.channel for i in [1, 2, 3]: - channel.basic_publish(routing_key=str(i)) - #channel.execution_flush() + channel.message_transfer( + content=Content(properties={'routing_key':str(i)})) assert(channel.completion.wait(channel.completion.command_id, timeout=1)) -- cgit v1.2.1