Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -N -r1.71.2.3 -r1.71.2.4 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 26 Mar 2019 10:05:26 -0000 1.71.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 27 Mar 2019 11:10:38 -0000 1.71.2.4 @@ -961,7 +961,7 @@ front_page_1 { } { - set d [acs::test::http -depth 3 /] + set d [acs::test::http /] set main_node [site_node::get_from_url -url "/"] acs::test::reply_has_status_code $d 200 }