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.2 -r1.1.2.3 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 28 Jun 2019 10:47:23 -0000 1.1.2.2 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 2 Jul 2019 10:48:43 -0000 1.1.2.3 @@ -1,5 +1,4 @@ aa_register_case \ - -init_classes {xowiki_require_test_instance} \ -cats {smoke production_safe} \ -procs { "::xowiki::Package instproc normalize_path" @@ -11,8 +10,9 @@ @author Gustaf Neumann } { - set instance $_test_instance_name - ::xowiki::Package initialize -url $_test_instance_name + set package_id [acs::test::require_package_instance \ + -package_key xowiki] + ::xowiki::Package initialize -package_id $package_id # # Don't allow addressing outside of the jail