Index: openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl,v diff -u -r1.1.2.24 -r1.1.2.25 --- openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl 15 Jul 2024 15:34:03 -0000 1.1.2.24 +++ openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl 27 Aug 2024 10:06:09 -0000 1.1.2.25 @@ -419,7 +419,9 @@ https://website.at.domain/afile https website.at.domain 443 1 http://another.website.com:666/andsomecontent http another.website.com 666 1 } { - set success [util::split_location $location proto hostname port] + aa_silence_log_entries -severities warning { + set success [util::split_location $location proto hostname port] + } set expected_success_pretty [expr {$expected_success ? "succeeds" : "fails"}] aa_equals "Parsing '$location' $expected_success_pretty" $expected_success $success