Index: openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/test/Attic/30-apm-load-procs.tcl,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl 24 Apr 2023 16:20:15 -0000 1.1.2.3 +++ openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl 5 Apr 2024 08:39:51 -0000 1.1.2.4 @@ -26,7 +26,7 @@ set package_length [string length $package_path] foreach f [ad_find_all_files $package_path] { set f [string range $f $package_length+1 end] - aa_true "File '$f' belongs to '$package_key' and was found by the api" { + aa_true "File '$f' belongs to '$package_key' and was found by the API" { $f in $package_files } }