Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 5 Sep 2003 12:50:24 -0000 1.12 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 9 Sep 2003 12:14:09 -0000 1.13 @@ -873,5 +873,7 @@ } } - unset aa_rollback_test_statements + if { [info exists aa_rollback_test_statements] } { + unset aa_rollback_test_statements + } }