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.73 -r1.74 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 26 Jul 2018 09:55:11 -0000 1.73 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 26 Jul 2018 13:11:06 -0000 1.74 @@ -1193,7 +1193,7 @@ # Run actual request # try { - set url "$proto:\[$address\]:$port/$request" + set url "$proto://\[$address\]:$port/$request" ns_log notice "acs::test:http client request (timeout $timeout): $method $url" set d [ns_http run \ -timeout $timeout \