Project:
lixa
Code Location:
https://lixa.svn.sourceforge.net/svnroot/lixa/tests//tests
/
tx_4_2.at
AT_BANNER([TX: 4.2 Transaction Information]) AT_SETUP([TX/4.2/0.0]) # If the AP is not in any global transaction, the TM sets the xid field to # the null XID. AT_DATA([monkey1s.conf], [[# first monkey R.M. config xa_open/0 xa_start/0 xa_end/0 xa_prepare/0 xa_commit/0 xa_start/0 xa_end/0 xa_rollback/0 xa_close/0 ]]) AT_DATA([monkey1d.conf], [[# second monkey R.M. config xa_open/0 xa_end/0 xa_prepare/0 xa_commit/0 xa_end/0 xa_rollback/0 xa_close/0 ]]) AT_CHECK([export LIXA_PROFILE=CASE_PROF_0003 ; lixa_test_exec.sh reset recycle case0012 ], [0], [ignore], [ignore]) AT_CLEANUP
