From e73a718ba9b590fbe8b5273c0aac266f4a937a9c 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@577295 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests_0-10/execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python') diff --git a/qpid/python/tests_0-10/execution.py b/qpid/python/tests_0-10/execution.py index f2facfe42b..9541369444 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() + channel.basic_publish(routing_key=str(i)) channel.execution_flush() assert(channel.completion.wait(channel.completion.command_id, timeout=1)) -- cgit v1.2.1