Index: openacs-4/packages/xowf/tcl/test/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/Attic/test-item-procs.tcl,v diff -u -N -r1.1.2.20 -r1.1.2.21 --- openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 19 Jan 2022 10:29:31 -0000 1.1.2.20 +++ openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 19 Jan 2022 17:17:50 -0000 1.1.2.21 @@ -416,21 +416,6 @@ } } - aa_register_init_class \ - xowf_require_test_instance { - Make sure the test instance is there and create it if necessary. - } { - aa_export_vars {_xowf_test_instance_name} - set _xowf_test_instance_name /xowf-test - ::acs::test::require_package_instance \ - -package_key xowf \ - -instance_name $_xowf_test_instance_name - } { - # Here one might unmount the package afterwards. Right now - # we decide to keep it so it is possible to e.g. inspect - # the results or test further in the mounted instance. - } - aa_register_case -init_classes {xowf_require_test_instance} -cats {web} -procs { "::lang::system::locale" "::xowiki::test::create_form_page"