Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -N -r1.71.2.1 -r1.71.2.2 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 18 Feb 2019 12:40:09 -0000 1.71.2.1 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 10 Mar 2019 21:56:36 -0000 1.71.2.2 @@ -103,10 +103,10 @@ puts $spec_file_id $spec close $spec_file_id - # Read the xml file + # Read the XML file array set spec_array [apm_read_package_info_file $spec_path] - # Assert that info parsed from xml file is correct + # Assert that info parsed from XML file is correct array set parsed_callback_array $spec_array(callbacks) aa_true "Only one permissible callback should be returned, got array [array get parsed_callback_array]" \