Index: openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl,v diff -u -r1.5.2.6 -r1.5.2.7 --- openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl 11 Oct 2023 13:53:44 -0000 1.5.2.6 +++ openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl 29 Jul 2024 14:00:31 -0000 1.5.2.7 @@ -93,7 +93,7 @@ # the value of parameters that are defined in the # server configuration file. # - set file_value [ad_parameter_from_file $parameter_name $package_key] + set file_value [ad_parameter_from_configuration_file $parameter_name $package_key] if {$file_value ne ""} { continue }