Index: openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl,v diff -u -N -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 20 Apr 2023 13:32:47 -0000 1.9.2.2 +++ openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 14 Jun 2023 08:40:24 -0000 1.9.2.3 @@ -6,21 +6,25 @@ @cvs-id $Id$ } -aa_register_case -cats { - smoke production_safe -} -procs { - image::identify_binary - image::convert_binary -} acs_content_repository_exec_dependencies { - Test external command dependencies for this package. -} { - foreach cmd [list \ - [::image::identify_binary] \ - [::image::convert_binary] - ] { - aa_true "'$cmd' is executable" [file executable $cmd] - } -} +# +# This test could be used to make sure binaries in use in the code are +# actually available to the system. +# +# aa_register_case -cats { +# smoke production_safe +# } -procs { +# image::identify_binary +# image::convert_binary +# } acs_content_repository_exec_dependencies { +# Test external command dependencies for this package. +# } { +# foreach cmd [list \ +# [::image::identify_binary] \ +# [::image::convert_binary] +# ] { +# aa_true "'$cmd' is executable" [file executable $cmd] +# } +# } aa_register_case \ -cats {smoke api db} \