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 -r1.71.2.15 -r1.71.2.16 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 2 Sep 2019 16:27:56 -0000 1.71.2.15 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 2 Sep 2019 16:39:44 -0000 1.71.2.16 @@ -225,7 +225,10 @@ aa_register_case \ -cats {api smoke} \ - -procs xml_get_child_node_content_by_path \ + -procs { + xml_doc_get_first_node + xml_get_child_node_content_by_path + } \ xml_get_child_node_content_by_path { Test xml_get_child_node_content_by_path } { @@ -757,7 +760,10 @@ aa_register_case \ -cats {api smoke} \ - -procs util::randomize_list \ + -procs { + util::randomize_list + randomRange + } \ util__randomize_list { Test util::randomize_list } {