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.79.2.55 -r1.79.2.56 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 Jan 2022 17:19:35 -0000 1.79.2.55 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 20 Feb 2022 13:09:10 -0000 1.79.2.56 @@ -689,7 +689,7 @@ try to make it easier to read nested test cases. } { if {[info exists ::__aa_test_indent]} { - return "[string repeat {
} [expr {[info level] - $::__aa_test_indent -2}]]
" + return "[string repeat {} [expr {[info level] - $::__aa_test_indent -2}]]" } } @@ -1195,6 +1195,7 @@ } { if {$form_content eq ""} { set form_content [form_get_fields $form] + aa_log "FORM-CONTENT from FORM '$form_content'" } if {$form_content eq ""} { error "either nonempty form or form_content has to be provided"