acs-automated-testing

  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace changes

prettify reports

Add missing doc in public api as pointed out by automated test

Whitespace changes

Fix wrong bracket

use address from driver_info

Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 4 more files in changeset.
whitespace changes

add interface for processing html files via xpath interface

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.