Index: openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl,v diff -u -r1.1.2.18 -r1.1.2.19 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 26 Jun 2022 19:29:50 -0000 1.1.2.18 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 25 Aug 2024 17:11:26 -0000 1.1.2.19 @@ -15,16 +15,17 @@ "::xo::Context instproc original_url_and_query" "::xowiki::Package instproc normalize_path" "::xo::PackageMgr proc get_package_class_from_package_key" - } \ - package_normalize_path { + "::xo::PackageMgr instproc require" + "::xowiki::Package instproc require_root_folder" + } 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 require $package_id + ::xowiki::Package initialize -package_id $package_id # # Don't allow addressing outside of the jail