acs-tcl-test-procs.tcl

  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding teardown and documentation to parameter__check_procs

adding parameter__check_procs smoke test case

Conditionalized tests of bindvar emulation so they're not run for Oracle.

Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql)

and since Oracle's definition of bindvar semantics defines the emulation

semantics it seems silly to test if Oracle adheres to them or not :)

Conditionalized tests of bindvar emulation so they're not run for Oracle.

Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql)

and since Oracle's definition of bindvar semantics defines the emulation

semantics it seems silly to test if Oracle adheres to them or not :)

Added a simple caching mechanism to the database API as discussed (and approved)

in TIP #57 many, many moons ago. Commands which are cache-enabled are db_string,

db_0or1row, db_1row, db_list, db_list_of_lists, and db_multirow.

  1. … 2 more files in changeset.
add a test to check the validity of all the xql files. break out the file scan tests into a seperate file

  1. … 5 more files in changeset.
add an apm_version_sortable public function, add a test which checks the db upgrade scripts are well ordered.

  1. … 4 more files in changeset.
add a test to validate the .info files all parse and have no duplicate params or mismatched package keys

check for unnamed constraints on postgres

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Changing proc db_bind_var_substitution (used only for db_exec_plsql) so that it doesn't do bind var substitution for bind variables that are in quotes. fixing bug 1113

  1. … 1 more file in changeset.
added test case for 1450

merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 293 more files in changeset.
Added categories to the automated test(s).

  1. … 10 more files in changeset.
Added util::age_pretty proc

  1. … 1 more file in changeset.
util_url_valid_p now accepts ftp:// style URLs and also doesn't care

about the case (i.e. HTTP://example.com is a valid URL).

  1. … 1 more file in changeset.
added test for @returns

Added util::randomize_list, including automated test case

  1. … 1 more file in changeset.
added Jeff Davis's tcl-file tester

Lars added new proc util_get_subset_missing along with test cases

  1. … 1 more file in changeset.
adding proc util_subset_p with corresponding test case

  1. … 1 more file in changeset.
drop the test table at end

test cases for db_transaction bug #733

Test case and fix for site_node::verify_folder_name

  1. … 1 more file in changeset.
Lars forced me to add a test case for util_export_vars - export with base with and without query vars

Changed export_vars so empty values are not suppressed after all if they're specified directly in the var-spec { varname value }. Also added a test case for export_vars

  1. … 1 more file in changeset.
Fixed bug #466, plus another bug in ad_html_to_text

  1. … 1 more file in changeset.
Moving the ad_page_contract_filters test cases from acs-admin/www/tests/ to automated-tests

Fix and test-case for bug #409: ad_html_to_text bombs. Turns out the bug was fixed a while ago, but there was another bug.

  1. … 1 more file in changeset.
Fix to patch #258, simplification

  1. … 1 more file in changeset.