From ac502eb4336c57f5f1bf102f2d58f003d71dc82e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 21 Sep 2007 10:39:36 +0000 Subject: Use octet each for class and method id (changed c++ and python) Modified indexes in xml for message.empty, message.offset and the c++ cluster class Fixed encoding for rfc1982-long-set in c++ and python (its a size not a count that is prepended) Fixed minor typo in configuration option help string Use session.open/close in python tests, handle session.closed Commented out the response tag in session.close due to pythons ambiguity as to whether session.closed is a response or not Disabled broker.test_closed_channel (due to above issue); broker behaves as expected but test fails; test_invalid_channel is safe enough for now. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578053 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests_0-10/tx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/python/tests_0-10/tx.py') diff --git a/qpid/python/tests_0-10/tx.py b/qpid/python/tests_0-10/tx.py index 2415a88fb2..84c07d51c1 100644 --- a/qpid/python/tests_0-10/tx.py +++ b/qpid/python/tests_0-10/tx.py @@ -31,10 +31,10 @@ class TxTests(TestBase): Test that commited publishes are delivered and commited acks are not re-delivered """ channel2 = self.client.channel(2) - channel2.channel_open() + channel2.session_open() self.perform_txn_work(channel2, "tx-commit-a", "tx-commit-b", "tx-commit-c") channel2.tx_commit() - channel2.channel_close() + channel2.session_close() #use a different channel with new subscriptions to ensure #there is no redelivery of acked messages: -- cgit v1.2.1