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 -N -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. + # } } Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/xowiki-test-procs.tcl,v diff -u -N -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 16 Apr 2019 09:28:52 -0000 1.1.2.10 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 16 Apr 2019 17:50:04 -0000 1.1.2.11 @@ -293,6 +293,9 @@ } on error {errorMsg} { aa_true "Error msg: $errorMsg" 0 } finally { + # + # In case something has to be cleaned manually, do it here. + # } } }