Index: openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl,v diff -u -r1.1.2.8 -r1.1.2.9 --- openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 26 Aug 2022 12:06:44 -0000 1.1.2.8 +++ openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 9 Sep 2022 11:32:59 -0000 1.1.2.9 @@ -32,19 +32,7 @@ } } - # - # Check, if a testURL was specified in the config file - # - # ns_section ns/server/${server}/acs/acs-automated-testing - # ns_param TestURL http://127.0.0.1:8080/ - # - set url [parameter::get \ - -package_id [apm_package_id_from_key acs-automated-testing] \ - -parameter TestURL -default ""] - if {$url eq ""} { - set url [ns_conn location] - } - set url "$url/$test_url" + set url [acs::test::url]/${test_url} # This test strictly requires a cookie-based # authentication, and not e.g. a test authentication