aa_add_rollback_test (private)

 aa_add_rollback_test [ args... ]

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Add a test statement that is to be executed after a rollback block. If it were to be executed during the rollback block it would be rolled back and this is what we want to avoid.

Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    global aa_rollback_test_statements

    lappend aa_rollback_test_statements $args
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: