• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
move db-test case to db-regression test files

    • -181
    • +13
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
    • -1
    • +184
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
remove unneeded method

complete listing of covered procs in test cases

    • -0
    • +2
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
    • -1
    • +3
    ./acs-service-contract/tcl/test/acs-service-contract-procs.tcl
    • -1
    • +3
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
    • -3
    • +12
    ./acs-tcl/tcl/test/acs-tcl-apm-procs.tcl
    • -0
    • +5
    ./acs-tcl/tcl/test/apm-parameter-test-procs.tcl
    • -1
    • +3
    ./acs-tcl/tcl/test/file-test-procs.tcl
    • -0
    • +2
    ./acs-tcl/tcl/test/http-client-procs.tcl
    • -0
    • +2
    ./acs-tcl/tcl/test/navigation-procs.tcl
    • -1
    • +3
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
    • -1
    • +3
    ./acs-tcl/tcl/test/test-permissions-procs.tcl
    • -0
    • +2
    ./general-comments/tcl/test/general-comments-procs.tcl
    • -0
    • +1
    ./xowiki/tcl/test/xowiki-admin-tests-procs.tcl
    • -0
    • +1
    ./xowiki/tcl/test/xowiki-link-test-procs.tcl
use fine-grade percentage to color mapping

    • -1
    • +21
    ./acs-automated-testing/tcl/coverage-procs.tcl
added a comment about the usefulness of ad_arg_parser

    • -1
    • +10
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl
Fix for issue #3442 to support range types in .xql files

PostgreSQL supports range types since 9.5. When using range types,

square braces have to be used in SQL statements. Since OpenACS uses

always Tcl substitution in .xql files, and OpenACS does NOT allow

backslash substitution in these files, square brackets could not be

escaped and therefore not be used in .xql files so far. This change

allows now a developer to deactivate the substitution by passing

e.g. "-subst none" to the db_* command using the .xql file. Valid

values for "-subst" are "all", "none", "vars", and "commands", default

is "all" which is exactly the behavior of before. Therefore, this

change is fully backward compatible.

    • -2
    • +2
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -3
    • +19
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
    • -55
    • +65
    ./acs-tcl/tcl/01-database-procs.tcl
Remove leftovers

    • -4
    • +1
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
mark private functions as private

    • -3
    • +3
    ./file-storage/tcl/test/webtest-procs.tcl
    • -13
    • +13
    ./notifications/tcl/apm-callback-procs.tcl
    • -0
    • +1
    ./xowiki/tcl/test/xowiki-test-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/image-procs.tcl
    • -2
    • +2
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
    • -1
    • +1
    ./acs-tcl/tcl/test/navigation-procs.tcl
whitespace changes

improve test coverage

    • -1
    • +1
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
    • -0
    • +27
    ./xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl
improve consistency of interface: use instance variable when no folder_id is provided

Whitespace changes

    • -7
    • +8
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Add new test 'acs_subsite_attributes' covering the 'attribute::add', 'attribute::exists_p' and 'attribute::delete' procs

    • -1
    • +82
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Add editor hints

Add 'dotlrn_club_new' test case, covering 'dotlrn_club::new', 'dotlrn_club::community_type' and 'dotlrn_community::get_community_type_from_community_id' procs

file club-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./dotlrn/tcl/test/club-procs.tcl
Whitespace changes

    • -213
    • +213
    ./dotlrn/tcl/test/dotlrn-procs.tcl
Add trivial test 'dotlrn_community_types', covering 'dotlrn::community_type', 'dotlrn_class::community_type' and 'dotlrn_club::community_type' procs

Delete extra pages

    • -1
    • +1
    ./new-portal/tcl/test/new-portal-test-procs.tcl
Add 'portal::list_pages_tcl_list' and 'portal::get_portal_template_id' to the 'create_portal_from_template' test case

    • -5
    • +27
    ./new-portal/tcl/test/new-portal-test-procs.tcl
add option to show student IP address during the exam

    • -0
    • +2
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
use absolute time for computing beeps

Add 'index_unindex' test case, covering 'tsearch2::index', 'tsearch2::unindex' and 'tsearch2::update_index' procs

    • -1
    • +92
    ./tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Test explicitely 'tsearch2::build_query_tcl', now that 'tsearch2::build_query' uses different methods yielding different results, and slight refactoring of the test, using 'aa_equals' instead of 'aa_true' for string comparison

    • -36
    • +31
    ./tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Add simple test case for 'tsearch2::summary'

    • -1
    • +16
    ./tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Add trivial test case for 'tsearch2::driver_info'

    • -1
    • +16
    ./tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Whitespace changes

    • -70
    • +69
    ./tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Add categories to build_query test case

Make api public

    • -2
    • +3
    ./dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl
Use 'portal::exists_p' instead of custom idioms

    • -4
    • +2
    ./dotlrn-assessment/tcl/test/dotlrn-assessment-test-procs.tcl
    • -4
    • +2
    ./dotlrn-evaluation/tcl/test/dotlrn-evaluation-test-procs.tcl
    • -4
    • +2
    ./dotlrn-faq/tcl/test/dotlrn-faq-test-procs.tcl
    • -4
    • +2
    ./dotlrn-forums/tcl/test/dotlrn-forums-test-procs.tcl
    • -4
    • +2
    ./dotlrn-static/tcl/test/dotlrn-static-test-procs.tcl