From 2fdd2cc2ade41e213ae35818532574bbf40f4a00 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Aug 2011 20:41:28 +0000 Subject: QPID-3384: Enable DTX transactions in a cluster. - Replicate DTX state to new members joining. - Use cluster timer for DTX timeouts. - Incidental: quote nulls in qpid::Msg messages (XIDs often have null characters) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1161742 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/brokertest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/src/tests/brokertest.py') diff --git a/cpp/src/tests/brokertest.py b/cpp/src/tests/brokertest.py index fd972b4394..7888f44c30 100644 --- a/cpp/src/tests/brokertest.py +++ b/cpp/src/tests/brokertest.py @@ -493,9 +493,7 @@ class BrokerTest(TestCase): return cluster def browse(self, session, queue, timeout=0): - """Assert that the contents of messages on queue (as retrieved - using session and timeout) exactly match the strings in - expect_contents""" + """Return a list with the contents of each message on queue.""" r = session.receiver("%s;{mode:browse}"%(queue)) try: contents = [] -- cgit v1.2.1