acs-automated-testing

  • last updated 51 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 14 more files in changeset.
regenerated documentation

  1. … 41 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 5 more files in changeset.
remove parens

modernize Tcl

prefer lassiign over multiple iindex operations

add prefix to aa_http logging output to ease keeping track of multiple similar requests

modernize tcl: use lassign instead of multiple lindex operations

add title to testcase page

group XPath specific commands via namespace aa_xpath

whitespace changes

order by testcases to make the order stable

add aa_test::xpath_non_empty and aa_test::xpath_equals

rename aa_test::xml_get_text to aa_test::xpath_get_text

aa_http: add verbose flag

Fix typos

  1. … 28 more files in changeset.
- aa_http: allow headers to be passed in

- reduce verbosity

Fix more typos

  1. … 84 more files in changeset.
Support different HTTP methods in aa_http

Add XPAth helper to aa_testing utilitiy functions

Whitespace cleanup

- Add a new api function for visualizing backslashes and crlf

conventions aa_test::visualize_control_chars

- Add a new API function for running requests against the current

server: aa_http

- Bump version number to 5.10.0d2

add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 20 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 18 more files in changeset.
make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.
standardize boolean expressions in ADP files

Add missing new xql file

    • -0
    • +23
    ./tcl/aa-test-procs.xql
Reduce divergence between postgres and oracle codebase