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.44 -r1.45 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 24 Dec 2017 12:54:33 -0000 1.44 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 24 Mar 2018 00:14:57 -0000 1.45 @@ -244,7 +244,7 @@ aa_equals "Same, but after trying a couple of non-existent paths or empty notes" \ [xml_get_child_node_content_by_path $root_node { { does not exist } { properties } { person name nickname } { person sourcedid id } }] "Superman" aa_equals "properties -> datetime" \ - [xml_get_child_node_content_by_path $root_node { { person commments foo } { person name first_names } { properties datetime } }] "2001-08-08" + [xml_get_child_node_content_by_path $root_node { { person comments foo } { person name first_names } { properties datetime } }] "2001-08-08" }