diff options
Diffstat (limited to 'python/tests_0-10/dtx.py')
-rw-r--r-- | python/tests_0-10/dtx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/dtx.py b/python/tests_0-10/dtx.py index ea587f5998..29a4d3bf0d 100644 --- a/python/tests_0-10/dtx.py +++ b/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): |