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.1 -r1.1.2.2 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 28 Jun 2019 10:08:48 -0000 1.1.2.1 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 28 Jun 2019 10:47:23 -0000 1.1.2.2 @@ -1,6 +1,9 @@ aa_register_case \ -init_classes {xowiki_require_test_instance} \ -cats {smoke production_safe} \ + -procs { + "::xowiki::Package instproc normalize_path" + } \ package_api_calls { Checks various API calls on package level Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl,v diff -u -r1.1.2.19 -r1.1.2.20 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 28 Jun 2019 10:04:39 -0000 1.1.2.19 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 28 Jun 2019 10:47:23 -0000 1.1.2.20 @@ -35,7 +35,12 @@ aa_register_case \ -init_classes {xowiki_require_test_instance} \ -cats {smoke production_safe} \ - -procs {} \ + -procs { + "::xowiki::Package instproc item_ref" + "::xowiki::Package instproc resolve_page" + "::xowiki::Package instproc item_info_from_url" + "::xowiki::Page instproc create_link" + } \ path_resolve { Test various forms of path resolving } {