From 94aac9400a3e4e941e1d1a982bcbe6f97b1b4fe9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 19 Sep 2007 13:01:15 +0000 Subject: Added routing key for more readable logs. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@577295 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-10/execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests_0-10/execution.py b/python/tests_0-10/execution.py index f2facfe42b..9541369444 100644 --- a/python/tests_0-10/execution.py +++ b/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() + channel.basic_publish(routing_key=str(i)) channel.execution_flush() assert(channel.completion.wait(channel.completion.command_id, timeout=1)) -- cgit v1.2.1