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.12 -r1.1.2.13 --- openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 24 Jun 2021 09:58:44 -0000 1.1.2.12 +++ openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 24 Jun 2021 10:41:19 -0000 1.1.2.13 @@ -21,53 +21,63 @@ "::xowiki::test::require_test_folder" "::xowiki::Page instproc www-create-new" + "::xo::ConnectionContext instproc eval_as_user" + "::xowf::Package instproc destroy" "::xowf::WorkflowPage instproc get_revision_sets" + "::xowf::WorkflowPage instproc is_wf" + "::xowf::WorkflowPage instproc is_wf_instance" + "::xowf::WorkflowPage instproc www-view" + "::xowf::test_item::Answer_manager instproc achieved_points" + "::xowf::test_item::Answer_manager instproc answers_panel" + "::xowf::test_item::Answer_manager instproc countdown_timer" "::xowf::test_item::Answer_manager instproc create_workflow" + "::xowf::test_item::Answer_manager instproc delete_all_answer_data" + "::xowf::test_item::Answer_manager instproc get_IPs" "::xowf::test_item::Answer_manager instproc get_answer_wf" "::xowf::test_item::Answer_manager instproc get_answers" + "::xowf::test_item::Answer_manager instproc get_duration" "::xowf::test_item::Answer_manager instproc get_wf_instances" + "::xowf::test_item::Answer_manager instproc grading_table" + "::xowf::test_item::Answer_manager instproc last_time_in_state" + "::xowf::test_item::Answer_manager instproc marked_results" + "::xowf::test_item::Answer_manager instproc participants_table" + "::xowf::test_item::Answer_manager instproc prevent_multiple_tabs" + "::xowf::test_item::Answer_manager instproc render_answers" + "::xowf::test_item::Answer_manager instproc revisions_up_to" + "::xowf::test_item::Answer_manager instproc runtime_panel" "::xowf::test_item::Answer_manager instproc state_periods" + "::xowf::test_item::Question_manager instproc add_seeds" "::xowf::test_item::Question_manager instproc combined_question_form" + "::xowf::test_item::Question_manager instproc disallow_paste" + "::xowf::test_item::Question_manager instproc exam_base_time" + "::xowf::test_item::Question_manager instproc exam_info_block" + "::xowf::test_item::Question_manager instproc exam_target_time" + "::xowf::test_item::Question_manager instproc item_substitute_markup" + "::xowf::test_item::Question_manager instproc minutes_string" + "::xowf::test_item::Question_manager instproc more_ahead" + "::xowf::test_item::Question_manager instproc nth_question_form" + "::xowf::test_item::Question_manager instproc nth_question_obj" + "::xowf::test_item::Question_manager instproc pagination_actions" + "::xowf::test_item::Question_manager instproc points_string" + "::xowf::test_item::Question_manager instproc question_count" "::xowf::test_item::Question_manager instproc question_info" "::xowf::test_item::Question_manager instproc question_objs" "::xowf::test_item::Question_manager instproc question_property" + "::xowf::test_item::Question_manager instproc shuffled_index" "::xowf::test_item::Question_manager instproc total_minutes" + "::xowf::test_item::Question_manager instproc total_minutes_for_exam" "::xowf::test_item::Question_manager instproc total_points" + "::xowf::test_item::Renaming_form_loader instproc answer_attributes" "::xowf::test_item::Renaming_form_loader instproc form_name_based_attribute_stem" + "::xowf::test_item::Renaming_form_loader instproc name_to_question_obj_dict" "::xowf::test_item::Renaming_form_loader instproc rename_attributes" + "::xowiki::FormPage instproc extra_html_fields" "::xowiki::FormPage instproc get_property" + "::xowiki::Page instproc www-create-or-use" "::xowiki::formfield::CompoundField instproc get_named_sub_component_value" "::xowiki::formfield::FormField instproc dict_to_fc" - "::xowf::test_item::Answer_manager instproc answers_panel" - "::xowf::test_item::Question_manager instproc exam_target_time" - "::xowf::test_item::Answer_manager instproc countdown_timer" - "::xowf::test_item::Question_manager instproc total_minutes_for_exam" - "::xowf::test_item::Answer_manager instproc delete_all_answer_data" - "::xowf::test_item::Answer_manager instproc marked_results" - "::xowiki::Page instproc www-create-or-use" - "::xowf::test_item::Question_manager instproc question_count" - "::xowf::test_item::Question_manager instproc add_seeds" - "::xowf::test_item::Question_manager instproc more_ahead" - "::xowf::test_item::Question_manager instproc shuffled_index" - "::xowf::test_item::Question_manager instproc nth_question_obj" - "::xowf::test_item::Question_manager instproc nth_question_form" - "::xowf::test_item::Question_manager instproc disallow_paste" - "::xowf::test_item::Renaming_form_loader instproc answer_attributes" - "::xo::ConnectionContext instproc eval_as_user" - "::xowf::test_item::Renaming_form_loader instproc name_to_question_obj_dict" - "::xowf::test_item::Answer_manager instproc achieved_points" - "::xowf::test_item::Answer_manager instproc runtime_panel" - "::xowf::test_item::Answer_manager instproc revisions_up_to" - "::xowf::test_item::Answer_manager instproc last_time_in_state" - "::xowf::test_item::Answer_manager instproc get_duration" - "::xowf::test_item::Answer_manager instproc get_IPs" - "::xowf::test_item::Answer_manager instproc grading_table" - "::xowf::test_item::Question_manager instproc item_substitute_markup" "::xowiki::formfield::enumeration instproc scores" - "::xowf::WorkflowPage instproc is_wf" - "::xowf::WorkflowPage instproc is_wf_instance" - "::xowf::Package instproc destroy" - "::xowf::WorkflowPage instproc www-view" + "::xowiki::includelet::personal-notification-messages proc modal_message_dialog_register_submit" } create_test_items {