Index: openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl,v diff -u -r1.14.2.3 -r1.14.2.4 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 16 Apr 2019 13:19:20 -0000 1.14.2.3 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 16 Apr 2019 17:48:28 -0000 1.14.2.4 @@ -83,6 +83,9 @@ } on error {errorMsg} { aa_true "Error msg: $errorMsg" 0 } finally { + # + # In case something has to be cleaned manually, do it here. + # } } @@ -231,6 +234,9 @@ } on error {errorMsg} { aa_true "Error msg: $errorMsg" 0 } finally { + # + # In case something has to be cleaned manually, do it here. + # } }