From 338a887844bb11d2c3a02696f06d01bef3c3c51a 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@592556 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests_0-10/dtx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python') diff --git a/qpid/python/tests_0-10/dtx.py b/qpid/python/tests_0-10/dtx.py index 5ee4dd4c16..f84f91c75a 100644 --- a/qpid/python/tests_0-10/dtx.py +++ b/qpid/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