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 } { Index: openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl,v diff -u -r1.12 -r1.12.2.1 --- openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 23 Nov 2018 10:13:15 -0000 1.12 +++ openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 2 Sep 2019 16:39:44 -0000 1.12.2.1 @@ -12,6 +12,7 @@ site_node::delete site_node::get_node_id site_node::get_url + site_node::get_url_from_object_id site_node::init_cache site_node::instantiate_and_mount site_node::rename Index: openacs-4/packages/acs-tcl/tcl/test/whos-online-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/whos-online-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-tcl/tcl/test/whos-online-procs.tcl 3 Nov 2018 11:15:16 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/test/whos-online-procs.tcl 2 Sep 2019 16:39:44 -0000 1.10.2.1 @@ -13,6 +13,7 @@ whos_online::all_invisible_user_ids whos_online::unset_invisible whos_online::user_ids + whos_online::user_invisible_p } whos_online__check_online_visibility { Check procs related with users online visibility