Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl,v diff -u -r1.28.2.14 -r1.28.2.15 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 18 Jan 2021 16:22:55 -0000 1.28.2.14 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 19 Jan 2021 12:10:05 -0000 1.28.2.15 @@ -1196,8 +1196,13 @@ } aa_register_case \ - -procs {} catalog_files_are_valid_xml { - Make sure that what is found in catalog files is valid XML + -procs {} catalog_files_are_tdom_parsable_xml { + + Make sure that what is found in catalog files is parsable by + tDOM. Note that the files are neither "valid XML" nor + "well-formed XML" due to the fact that the "msg" content might + contain HTML. + } { set catalog_files [list] foreach package_key [db_list get_packages {select distinct package_key from apm_packages}] {