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 -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 16 Feb 2021 14:19:51 -0000 1.1.2.6 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 16 Feb 2021 17:22:19 -0000 1.1.2.7 @@ -3,25 +3,25 @@ -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" + "::site_node::get_url_from_object_id" "::xo::ConnectionContext instproc user_id" "::xo::Context instproc export_vars" "::xo::Context instproc original_url_and_query" + "::xowiki::Package instproc normalize_path" + "::xo::PackageMgr proc get_package_class_from_package_key" } \ 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