diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-03 09:15:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-03 09:15:35 +0000 |
| commit | 24da8ddb4a9f865fd6f0f192b1ff8d83816dd641 (patch) | |
| tree | 50f0b9371df8d84e8c34c3c825896214e67e1afc /qpid/python | |
| parent | d3f67fce93fa8548456d81c1f5d548df630e0f5b (diff) | |
| download | qpid-python-24da8ddb4a9f865fd6f0f192b1ff8d83816dd641.tar.gz | |
Fix for QPID-561
Renabled MessageBuilderTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@572264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/tests_0-10/dtx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/dtx.py b/qpid/python/tests_0-10/dtx.py index ea587f5998..29a4d3bf0d 100644 --- a/qpid/python/tests_0-10/dtx.py +++ b/qpid/python/tests_0-10/dtx.py @@ -39,7 +39,7 @@ class DtxTests(TestBase): XA_RBROLLBACK = 1 XA_RBTIMEOUT = 2 - XA_OK = 8 + XA_OK = 0 tx_counter = 0 def reset_channel(self): |
