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.17 -r1.28.2.18 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 16 Feb 2021 20:59:03 -0000 1.28.2.17 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 27 Feb 2021 20:19:34 -0000 1.28.2.18 @@ -1075,6 +1075,8 @@ apm_callback_and_log apm_interface_add apm_version_enable + apm_package_install + apm_package_delete } upgrade { Test that a package can be upgraded with new catalog files and that the resulting keys and messages Index: openacs-4/packages/acs-service-contract/tcl/test/acs-service-contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/test/acs-service-contract-procs.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-service-contract/tcl/test/acs-service-contract-procs.tcl 22 Jul 2018 11:04:43 -0000 1.3 +++ openacs-4/packages/acs-service-contract/tcl/test/acs-service-contract-procs.tcl 27 Feb 2021 20:19:34 -0000 1.3.2.1 @@ -14,6 +14,8 @@ acs_sc::impl::new_from_spec auth::local::authentication::Authenticate auth::local::authentication::GetParameters + + apm_mark_files_for_reload } \ acs_sc_impl_new_from_spec { Test the acs_sc::impl::new_from_spec proc. Index: openacs-4/packages/acs-subsite/tcl/test/acs-subsite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/test/acs-subsite-procs.tcl,v diff -u -r1.12.2.22 -r1.12.2.23 --- openacs-4/packages/acs-subsite/tcl/test/acs-subsite-procs.tcl 27 Feb 2021 00:29:15 -0000 1.12.2.22 +++ openacs-4/packages/acs-subsite/tcl/test/acs-subsite-procs.tcl 27 Feb 2021 20:19:34 -0000 1.12.2.23 @@ -416,6 +416,8 @@ attribute::add attribute::exists_p attribute::delete + + db_column_exists } acs_subsite_attributes { Test different attribute procs Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl,v diff -u -r1.10.2.5 -r1.10.2.6 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl 20 Oct 2020 12:29:22 -0000 1.10.2.5 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl 27 Feb 2021 20:19:34 -0000 1.10.2.6 @@ -10,6 +10,8 @@ -cats {api smoke} \ -procs { apm_parameter_register + + db_1row } \ test_apm_parameter__register { @@ -64,7 +66,11 @@ aa_register_case \ -cats {api smoke} \ - -procs {apm_package_instance_new} \ + -procs { + apm_package_instance_new + + db_1row + } \ test_apm_package_instance__new { Test the apm_package_instance_new procedure @@ -98,9 +104,12 @@ aa_register_case \ -cats {api smoke production_safe} \ - -procs apm_version_names_compare \ - apm_version_names_compare { + -procs { + apm_version_names_compare + db_1row + } apm_version_names_compare { + Test the apm_version_names_compare proc @author Hanifa Hasan Index: openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl,v diff -u -r1.5.2.4 -r1.5.2.5 --- openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl 15 Feb 2021 17:53:27 -0000 1.5.2.4 +++ openacs-4/packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl 27 Feb 2021 20:21:45 -0000 1.5.2.5 @@ -12,6 +12,8 @@ apm_parameter_unregister parameter::get parameter::get_global_value + + db_1row } \ parameter_register_test { Test the registration of a parameter @@ -55,6 +57,9 @@ parameter::set_value db_list_of_lists util::random + + db_1row + "::xowiki::Package proc is_xowiki_p" } \ parameter__check_procs { Test the parameter::* procs Index: openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl,v diff -u -r1.9.2.4 -r1.9.2.5 --- openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 15 Feb 2021 17:53:27 -0000 1.9.2.4 +++ openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 27 Feb 2021 20:21:45 -0000 1.9.2.5 @@ -12,6 +12,8 @@ party::email party::get_by_email acs::test::user::create + + db_1row } \ community_cc_procs \ { @@ -47,6 +49,8 @@ person::new person::person_p person::update + + db_1row } \ person_procs_test \ { @@ -117,6 +121,8 @@ auth::create_user party::get_by_email party::update + + db_1row } \ party_procs_test \ { Index: openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl,v diff -u -r1.21.2.7 -r1.21.2.8 --- openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 22 Feb 2021 16:56:53 -0000 1.21.2.7 +++ openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 27 Feb 2021 20:21:45 -0000 1.21.2.8 @@ -417,6 +417,8 @@ ad_file apm_get_installed_versions apm_get_package_files + + apm_ignore_file_p } \ files__page_contracts { Index: openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl,v diff -u -r1.1.2.15 -r1.1.2.16 --- openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl 15 Feb 2021 17:53:27 -0000 1.1.2.15 +++ openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl 27 Feb 2021 20:21:45 -0000 1.1.2.16 @@ -11,6 +11,8 @@ util::http::post ad_tmpnam ad_url + + db_1row } \ util_http_json_encoding { Test that JSON is encoded as expected Index: openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl,v diff -u -r1.15.2.11 -r1.15.2.12 --- openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 26 Feb 2021 19:20:06 -0000 1.15.2.11 +++ openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 27 Feb 2021 20:21:45 -0000 1.15.2.12 @@ -207,6 +207,8 @@ lang::util::localize navigation::test::context_bar_multirow_filter site_node::get + + db_1row } \ ad_context_bar_multirow { Index: openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl,v diff -u -r1.9.2.3 -r1.9.2.4 --- openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 15 Feb 2021 13:27:30 -0000 1.9.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 27 Feb 2021 20:21:45 -0000 1.9.2.4 @@ -14,6 +14,8 @@ db_name db_nextval apm_package_id_from_key + + db_1row } acs_object_procs_test \ { test the acs_object::* procs Index: openacs-4/packages/acs-tcl/tcl/test/test-permissions-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/test-permissions-procs.tcl,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/acs-tcl/tcl/test/test-permissions-procs.tcl 15 Feb 2021 17:53:27 -0000 1.7.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/test-permissions-procs.tcl 27 Feb 2021 20:21:45 -0000 1.7.2.4 @@ -100,6 +100,8 @@ site_node::instantiate_and_mount db_nextval acs::test::user::create + + db_1row } \ ad_proc_permission_permission_p { Index: openacs-4/packages/general-comments/tcl/test/general-comments-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/test/general-comments-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/general-comments/tcl/test/general-comments-procs.tcl 24 Feb 2021 03:37:38 -0000 1.1.2.4 +++ openacs-4/packages/general-comments/tcl/test/general-comments-procs.tcl 27 Feb 2021 20:21:45 -0000 1.1.2.5 @@ -7,6 +7,8 @@ -procs { general_comments_create_link general_comments_package_url + + ad_convert_to_html } \ general_comments_create_link { Test general_comments_create_link and Index: openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl,v diff -u -r1.1.2.14 -r1.1.2.15 --- openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl 17 Feb 2021 10:24:05 -0000 1.1.2.14 +++ openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl 27 Feb 2021 20:23:56 -0000 1.1.2.15 @@ -112,6 +112,7 @@ "::xo::db::CrClass proc get_child_item_ids" "::xo::PackageMgr proc get_package_class_from_package_key" ad_ns_set_to_tcl_vars + general_comments_delete_messages } \ xowiki_test_cases { XoWiki Test Cases Index: openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 16 Feb 2021 17:22:19 -0000 1.1.2.9 +++ openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 27 Feb 2021 20:23:56 -0000 1.1.2.10 @@ -35,6 +35,7 @@ "::xowiki::FormPage proc fetch_object" "::xo::PackageMgr proc get_package_class_from_package_key" "::xowiki::utility proc formCSSclass" + general_comments_delete_messages } \ link_tests { Test links pointing to folders in different instances Index: openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl,v diff -u -r1.14.2.15 -r1.14.2.16 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 16 Feb 2021 17:22:19 -0000 1.14.2.15 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 27 Feb 2021 20:27:32 -0000 1.14.2.16 @@ -182,6 +182,7 @@ "::xowiki::autoname proc basename" "::xowiki::autoname proc new" "::xowiki::test::edit_form_page" + rp_internal_redirect } create_workflow_with_instance { Create an xowf workflow and a instance in a folder.