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 -r1.1.2.23 -r1.1.2.24 --- openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 19 Jan 2022 20:04:26 -0000 1.1.2.23 +++ openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 20 Jan 2022 11:32:54 -0000 1.1.2.24 @@ -26,33 +26,45 @@ "::xowf::WorkflowPage instproc get_revision_sets" "::xowf::WorkflowPage instproc is_wf" "::xowf::WorkflowPage instproc is_wf_instance" + "::xowf::WorkflowPage instproc stats_record_count" + "::xowf::WorkflowPage instproc stats_record_detail" "::xowf::WorkflowPage instproc www-view" "::xowf::test_item::Answer_manager instproc achieved_points" + "::xowf::test_item::Answer_manager instproc answer_form_field_objs" "::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_attributes" "::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_dialog_setup" "::xowf::test_item::Answer_manager instproc grading_table" "::xowf::test_item::Answer_manager instproc last_time_in_state" + "::xowf::test_item::Answer_manager instproc last_time_switched_to_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::Answer_manager instproc student_submissions_exist" "::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 disallow_spellcheck" "::xowf::test_item::Question_manager instproc exam_base_time" + "::xowf::test_item::Question_manager instproc exam_configuration_modifiable_field_names" + "::xowf::test_item::Question_manager instproc exam_configuration_popup" "::xowf::test_item::Question_manager instproc exam_info_block" "::xowf::test_item::Question_manager instproc exam_target_time" + "::xowf::test_item::Question_manager instproc initialize" "::xowf::test_item::Question_manager instproc item_substitute_markup" + "::xowf::test_item::Question_manager instproc load_question_objs" "::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" @@ -61,8 +73,10 @@ "::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_names" "::xowf::test_item::Question_manager instproc question_objs" "::xowf::test_item::Question_manager instproc question_property" + "::xowf::test_item::Question_manager instproc replace_pool_questions" "::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" @@ -71,14 +85,15 @@ "::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" + "::xowf::test_item::grading::Grading instproc print" + "::xowf::test_item::grading::GradingNone instproc grade" "::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" "::xowiki::formfield::enumeration instproc scores" "::xowiki::includelet::personal-notification-messages proc modal_message_dialog_register_submit" - } create_test_items { Create a folder in various test-items and an exam with one item. @@ -418,10 +433,14 @@ aa_register_case -init_classes {xowf_require_test_instance} -cats {web} -procs { "::lang::system::locale" + "::xowf::test_item::Question_manager instproc aggregated_form" + "::xowf::test_item::Question_manager instproc describe_form" + "::xowf::test_item::Question_manager instproc percent_substitute_in_form" + "::xowiki::Page instproc www-create-new" "::xowiki::test::create_form_page" "::xowiki::test::require_test_folder" - "::xowiki::Page instproc www-create-new" + "::xowiki::FormPage proc compute_filter_clauses" } create_composite_test_item { Create a folder in various test-items and an exam with one item.