• last updated 25 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make spelling more consistent

- 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)

removed further "global" statments

Reduced number of "global" statements (which are often not used and probably leftovers from ancient times)

  1. … 1 more file in changeset.
Comment command that won't be defined in upstream codebase

fix broken test category handling

previously, the exclusion categories were provided as categories, but the "real" categories could not be selected. An in case they were selected via query-parameter, filtering was broken.

  1. … 1 more file in changeset.
delete modifying user info in acs_objects such that test user can be deleted as well

extend web testing by adding a call to fined a link via link label

previously, we just could follow a link based on a link label

Make '::acs::test::login' public, as it is used in other packages. Fixes 'callgraph__bad_library_calls' test case

bug fix: do not swallow errors in "aa_run_with_teardown" when -rollback s activated

remove debug code

improve navigation structure (context bar) and actions labeling

the reousrce actions is not necessary, since rerun performs an automatic resources

  1. … 4 more files in changeset.
mark functions called only internally as private

  1. … 15 more files in changeset.
mark in log-file begin and end of test cases, support multiple msg arguments in aa_log (similar to ns_log)

make listing of tested procs more complete

  1. … 11 more files in changeset.
improve spelling

Fix proc name

move xowiki::test::get_url_from_location to automated testing

handle updaed query-handling in ns_parseurl

remoe dependency from file-storage tests to xowiki

  1. … 5 more files in changeset.
Cleanup after each individual test

Cleanup temporary XOTcl objects after test run

Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

  1. … 58 more files in changeset.
Fix null check

Fix '::acs::test::require_package_instance' query for cases when the site_node exists but no package is mounted

Fix var name

Make 'aa_log_result' return gracely if called outside a test.

improve wording

Fix '::acs::test::set_user' for cases when 'address' is not an IP, but a hostname. The address, if not provided by the TestURL parameter, is parsed from 'ns_conn location', and in both cases it can be hostname instead of an IP. The 'address' is later compared against 'ns_conn peeraddr' in security proc's 'sec_handler', which is always an IP, preventing login on those cases. To avoid this, we try to resolve the address in advance.

Rename 'Se', the selenium driver, to '::acs::test::selenium::Se', and repack it into an ad_proc, deprecating the former one and adding the comments on the file proc doc.

  1. … 2 more files in changeset.
Remove extra colon

Normalize proc naming during testcase population of the set p [string trimleft ::]