Index: openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/coverage-procs.tcl,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 5 Sep 2019 12:59:49 -0000 1.1.2.4 +++ openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 6 Oct 2019 16:23:53 -0000 1.1.2.5 @@ -36,14 +36,14 @@ current automated testing covered status, excluding deprecated, callback contracts and not public procs. - If no 'package_key' is passed, then the system wide test proc coverage is - returned. + If no 'package_key' is passed, or the value of the provided + package_key is an empty string, then the system wide test proc + coverage is returned. @author Héctor Romojaro @creation-date 2019-08-29 @param package_key The 'package_key' of the package to check. - @param deprecated Check for test coverage also on deprecated procs. @return List of dicts, each one with the following values: - package_key: the package key of the package, if the 'package_key'