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

Partial Call Graph (max 5 caller/called nodes):
%3 aa_log_result aa_log_result (public) aa_add_rollback_test aa_add_rollback_test aa_log_result->aa_add_rollback_test

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: