• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset oacs-5-10%3Agustafn%3A20190409143049 does not exist.

fixed typo

Cleanup of external binaries: always use "util::which" to resolve binaries

Background: it is important to always use the same binaries of some

programs. This is important for security reasons, consistency, and

configurability (some operating systems have read-only file systems,

which might be on the path and should be avoided for some operations).

  1. … 3 more files in changeset.
Also exclude unchecked checkboxes, the same as radio buttons, from the dictb entries returned from reading the form

Fixes xowiki.create_form_with_form_instance automated test

improved spelling

  1. … 2 more files in changeset.
improve spelling

  1. … 9 more files in changeset.
Document public api

Streamline idiom

Centralize retrieval of the test URL

  1. … 5 more files in changeset.
Improve acs::test::form_reply so that when the attributes of a file upload (*.tmpfile or *.content-type) are part of the update argument, it will switch automatically to a multipart request and implement a "real" file upload

This is important on newer NaviServer versions that will reject any *.tmpfile parameter in a request that was not produced internally after a file upload

  1. … 1 more file in changeset.
acs::test::user::delete: added flag -delete_created_acs_objects and fix regression test for file-storage

  1. … 5 more files in changeset.
For web interface testing, add authorization headers

The change eases testing of packages that are based on HTTP Basic

Authorization. When email and password are provided for the test user

if the HTTP request, an Authorization header is added now

automatically.

Bumped version number to 5.10.1d1

  1. … 1 more file in changeset.
provide better error messages in case dom parsing fails during test

Fix the test, which was not actually reproducing the issue

in order to do so, I had to fix the behavior of acs::test::xpath::get_form_values: we should in fact NOT extract the value of disabled formfield, as a real browser will not send them in the POST request.

  1. … 1 more file in changeset.
differentiate between directly and indirectly covered API calls to make output pages easier to interprete

  1. … 3 more files in changeset.
Do not consider unchecked radio buttons as form values, or when an unselected radio exists, the last value will might be picked

Fixes xowiki.create_form_with_form_instance, breaks xowf.create_test_items

Add explicit level to uplevel occurrences

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)