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 -N -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 15 Feb 2021 17:53:27 -0000 1.12.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 18 Feb 2021 14:46:23 -0000 1.12.2.3 @@ -17,7 +17,7 @@ site_node::init_cache site_node::instantiate_and_mount site_node::rename - site_node::unmount + site_node::unmount } \ site_node_update_cache { Test site_node::update_cache Index: openacs-4/packages/news/tcl/test/news-db-test-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/test/news-db-test-init.tcl,v diff -u -N -r1.18.2.4 -r1.18.2.5 --- openacs-4/packages/news/tcl/test/news-db-test-init.tcl 14 Feb 2021 21:17:56 -0000 1.18.2.4 +++ openacs-4/packages/news/tcl/test/news-db-test-init.tcl 18 Feb 2021 14:46:23 -0000 1.18.2.5 @@ -696,6 +696,8 @@ } -init_classes { mount-news-package } -on_error { +} -procs { + aa_register_init_class } "check_package_mount" { Checks the mountability of the news package. } { @@ -715,6 +717,11 @@ # aa_register_case -cats { db +} -procs { + aa_register_component + aa_call_component + aa_export_vars + aa_register_init_class } -init_classes { mount-news-package } "db_check_news_create" { @@ -836,6 +843,8 @@ db } -init_classes { mount-news-package +} -procs { + aa_register_init_class } -on_error { This test may have failed because of a bug in the content_item.get_latest_revision @@ -1000,6 +1009,11 @@ db } -init_classes { mount-news-package +} -procs { + aa_register_component + aa_call_component + aa_export_vars + aa_register_init_class } "db_check_news_archive" { Checks the news database functions make_permanent and news_archive. } { @@ -1101,6 +1115,11 @@ db } -init_classes { mount-news-package +} -procs { + aa_register_component + aa_call_component + aa_export_vars + aa_register_init_class } "db_check_news_set_approve" { Checks the news database function for approving/unapproving news articles. Tests news.set_approve function. @@ -1255,6 +1274,11 @@ db } -init_classes { mount-news-package +} -procs { + aa_register_component + aa_call_component + aa_export_vars + aa_register_init_class } "db_check_news_status" { Checks the news database function that returns information about a news article publish and archive status.