Index: openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/api-test-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 14 Feb 2021 21:14:24 -0000 1.1.2.5 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 16 Feb 2021 14:19:51 -0000 1.1.2.6 @@ -2,14 +2,26 @@ -cats {smoke production_safe} \ -procs { "::acs::test::require_package_instance" + "::xo::PackageMgr instproc initialize" "::xowiki::Package instproc normalize_path" + + "::acs::root_of_host" + "::ad_host" + "::api_page_documentation_mode_p" + "::auth::require_login" + "::export_vars" + "::site_node::get_url_from_object_id" + "::xo::ConnectionContext instproc user_id" + "::xo::Context instproc export_vars" + "::xo::Context instproc original_url_and_query" } \ package_normalize_path { Checks various forms of the xowiki::Package API method "normalize_path". } { + set package_id [acs::test::require_package_instance \ -package_key xowiki] ::xowiki::Package initialize -package_id $package_id