From f849837073f71be6fb9472e768182c4c7eadd4d4 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Tue, 6 Nov 2007 21:16:03 +0000 Subject: updated pack param, however nothing was broken because first param is 0 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592556 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-10/dtx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/tests_0-10/dtx.py b/python/tests_0-10/dtx.py index 5ee4dd4c16..f84f91c75a 100644 --- a/python/tests_0-10/dtx.py +++ b/python/tests_0-10/dtx.py @@ -601,7 +601,7 @@ class DtxTests(TestBase): def xid(self, txid): DtxTests.tx_counter += 1 branchqual = "v%s" % DtxTests.tx_counter - return pack('LBB', 0, len(txid), len(branchqual)) + txid + branchqual + return pack('!LBB', 0, len(txid), len(branchqual)) + txid + branchqual def txswap(self, tx, id): channel = self.channel -- cgit v1.2.1