Project:
lixa
Code Location:
https://lixa.svn.sourceforge.net/svnroot/lixa/tests//tests
/
tx_3_8.at
AT_BANNER([TX: 3.8 Transaction Characteristics]) AT_SETUP([TX/3.8/0.0]) # The AP specifies these by calling tx_set_*( ) functions. When the AP sets # the value of a characteristic, it remains in effect until the AP specifies # a different value. When the AP obtains the value of a characteristic, it # does not change the value. 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_close/0 ]]) AT_DATA([monkey1d.conf], [[# second monkey R.M. config xa_open/0 xa_end/0 xa_prepare/0 xa_commit/0 xa_close/0 ]]) AT_CHECK([export LIXA_PROFILE=CASE_PROF_0003 ; lixa_test_exec.sh reset recycle case0013 ], [0], [ignore], [ignore]) AT_CLEANUP
