Index: openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 15 Jan 2017 19:18:54 -0000 1.1.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 14 Feb 2017 15:46:41 -0000 1.1.2.3 @@ -136,8 +136,9 @@ set test_result [string trim $test_result] aa_true "$msg fixing markup?" [expr {$result eq $test_result}] } - - array set r [util::http::get -url [util::configured_location]] + + aa_log "trying to get start page from [util::configured_location]/" + array set r [util::http::get -url [util::configured_location]/] set test_case $r(page) set msg "Test case 6: in our index page is removing tags ok"