• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add 'validate_email' test case, covering 'template::data::validate' and 'template::data::validate::email'

    • -1
    • +61
    ./acs-templating/tcl/test/data-procs.tcl
Make some tests production_safe

    • -12
    • +18
    ./acs-templating/tcl/test/parse-test-procs.tcl
    • -5
    • +11
    ./acs-templating/tcl/test/date-procs.tcl
Add 'validate_boolean' test case, covering 'template::data::validate' and 'template::data::validate::boolean'

    • -0
    • +37
    ./acs-templating/tcl/test/data-procs.tcl
file data-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-templating/tcl/test/data-procs.tcl
Add 'acs_subsite_rel_segment_new' test case, covering 'rel_segment::new', 'rel_segment::delete' and 'group::get_rel_segment'

    • -1
    • +42
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Add 'acs_subsite_application_group_new' test case, covering 'application_group::new' and 'application_group::delete'

    • -1
    • +31
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Add 'acs_subsite_rel_type_roles' test case, covering 'rel_types::create_role' and 'rel_types::create_role'

    • -1
    • +37
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
fixed undefined parent_obj for stronly synchronous exams

Add 'acs_subsite_relation_procs' test case, covering 'relation_add', 'relation_remove', 'relation::get_object_one', 'relation::get_object_two', 'relation::get_objects' and 'relation::get_id'

    • -1
    • +77
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Extend 'category_tree_procs' test case with 'category::relation::add_meta_category' and 'category::relation::get_meta_categories'

    • -1
    • +22
    ./categories/tcl/test/categories-procs.tcl
set default grading scheme to "wi1p" instead of "wi1"

Extend 'category_tree_procs' test case with 'category::change_parent'

    • -1
    • +13
    ./categories/tcl/test/categories-procs.tcl
Extend 'category_tree_procs' test case with 'category::count_children'

    • -1
    • +4
    ./categories/tcl/test/categories-procs.tcl
Replace deprecated 'acs_mail_lite::utils::valid_email_p' with 'util_email_valid_p'

    • -2
    • +2
    ./acs-mail-lite/tcl/email-inbound-procs.tcl
Reuse email validation logic

    • -2
    • +2
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
Deprecate 'acs_mail_lite::utils::valid_email_p', as it is duplicated by 'util_email_valid_p'. It was not deleted because it was a public proc recently turned to private.

    • -14
    • +8
    ./acs-mail-lite/tcl/utils-procs.tcl
Replace regexp for mail validation by the version proposed by mozilla for the email input type validation, and increment the test cases for valid/invalid emails. Thanks to Günter Ernst for the pointers.

    • -1
    • +22
    ./acs-tcl/tcl/test/utilities-procs.tcl
Fix ancient typo

    • -2
    • +2
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
update covered procs in test case

    • -29
    • +39
    ./xowf/tcl/test/test-item-procs.tcl
- support var args for "aa_log_result" like for "ns_log" and "ad_log"

- make form parsing via xpath more robust

(don't assume, every INPUT has a name, allthough it should)

    • -8
    • +22
    ./acs-automated-testing/tcl/aa-test-procs.tcl
extend regression test by including participants page during and after exam

    • -1
    • +23
    ./xowf/tcl/test/test-item-procs.tcl
Add 'object_p' test case, covering 'acs_object::object_p'

    • -1
    • +23
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
Add 'string_length_compare' test case, covering 'util::string_length_compare'

    • -0
    • +56
    ./acs-tcl/tcl/test/utilities-procs.tcl
Add 'name_to_path' test case, covering 'util::name_to_path'

    • -0
    • +23
    ./acs-tcl/tcl/test/utilities-procs.tcl
Add 'util_email_valid_p' test case, covering 'util_email_valid_p'

    • -0
    • +35
    ./acs-tcl/tcl/test/utilities-procs.tcl
Increase verbosity

    • -2
    • +2
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
Add 'db_boolean' test case, covering 'db_boolean'

    • -0
    • +18
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
Add 'ad_future_years_list' test case, covering 'ad_future_years_list'

    • -0
    • +19
    ./acs-tcl/tcl/test/widget-test-procs.tcl
Add 'host_admin_and_outgoing_sender' test case, covering 'ad_outgoing_sender' and 'ad_host_administrator'

    • -0
    • +22
    ./acs-tcl/tcl/test/utilities-procs.tcl
Add 'forum_enable_disable' test case, covering 'forum::enable' and 'forum::disable'