Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/xowiki-test-procs.tcl,v diff -u -N -r1.1.2.11 -r1.1.2.12 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 16 Apr 2019 17:50:04 -0000 1.1.2.11 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 24 Apr 2019 11:57:39 -0000 1.1.2.12 @@ -18,7 +18,7 @@ namespace eval ::xowiki::test { aa_register_init_class \ - require_test_instance { + xowiki_require_test_instance { Make sure the test instance is there and create it if necessary. } { aa_export_vars {_test_instance_name} @@ -32,7 +32,7 @@ # the results or test further in the mounted instance. } - aa_register_case -init_classes {require_test_instance} -cats {web} -procs { + aa_register_case -init_classes {xowiki_require_test_instance} -cats {web} -procs { "::xowiki::Package instproc initialize" "::xowiki::Package instproc invoke" "::xo::Package instproc reply_to_user"