• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce verbosity during regression test

silence regression test

don't expect that invalid input becomes magically valid

reduce verbosity

  1. … 1 more file in changeset.
silence test cases

claim test coverage

keep log file viewable (don't add too many entries)

remove leftover files after run, silence regression test run

silence test cases

removed progress bar from curl output

wget is not used anymore

silence regression test run

fixed resource leak

fixed resource leaks

dom trees were not deleted

More resource-info updates:

- fixed wrong and inconsistent naming of dict members (many thanks to Sebastian Scheder for figuring this out)

- removed duplicated slashes in resource paths

- fixed incorrect paths when CDN is used

- simplified handling of cspMaps

- added test checking consistency of resource-info dicts

  1. … 10 more files in changeset.
file resource-info-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resource-info-procs.tcl
fix for regression test case ad_context_bar_multirow

originally, site-node entries survived the test

after the first fix, the regression test was failing (sometimes?) the complaint was about a missing package.

now, the test seems to work always correctyl, and the site-nodes entries are gone as well

perform proper cleanup after regressin test

renamed misnomer "ad_parameter_from_file"

- removed hints on "*.ini" files

- provided a name that points to the configuration file ("ad_parameter_from_configuration_file")

- deprecated old name

- updated documentation with examples

  1. … 2 more files in changeset.
Always use "--" in "dom parse" when document is interpolated

This is a safety measure to make sure that the document parsed is

never confused with an option, when the document starts with a "-". In

the best case, the error message provided by "dom parse" might be

misleading. This might be a problem for user contributed documents

(passed as variables, or return values from functions).

The double dash is supported in tdom since version 0.9.0.

  1. … 18 more files in changeset.
added handling of literal object "arraycontainer"

  1. … 1 more file in changeset.
Extended json2dict to cover literal objects named "objectcontainer"

Extended regression test as well

  1. … 1 more file in changeset.
Extended json2dict to cover arraycontainer

Many thank to Rolf for his feedback!

  1. … 1 more file in changeset.
adjust coverage information

new API function: util::json2dict

This function is similar to the tcllib function json::json2dict, but

is based on tDOM and is several times faster.

  1. … 1 more file in changeset.
file json-test-procs.tcl was initially added on branch oacs-5-10.

fixed test server_startup_ok

Previously, the test was returning different results depending on the order of

tests.

While it is in general better to avoid error entries in the log file during

regression test, since these testing expected behavior, while error entries

in the log file should indicated unexpected behavior. However, it is still

a long way to let the regression test run cleanly.

  1. … 1 more file in changeset.
Skip test, when the optional parameter DiskCache is not defined.

Otherwise, the attempt to set the parameter will fail and will output

an error message to the log file.

Spelling changes