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.5 -r1.71.2.6 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 27 Mar 2019 13:53:57 -0000 1.71.2.5 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 29 Mar 2019 14:22:49 -0000 1.71.2.6 @@ -961,7 +961,7 @@ front_page_1 { } { - set d [acs::test::http /] + set d [acs::test::http -depth 3 /] set main_node [site_node::get_from_url -url "/"] acs::test::reply_has_status_code $d 200 }