• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved spelling

  1. … 3 more files in changeset.
Test that "apm_get_package_files -all" should return all files for a package

This currently fails, as "-all" does not override the dbms check, so e.g. on a Postgres installation, all Oracle xql files would be skipped.

Note that the test uses acs-tcl as target because it is a package that is only supposed to contain "package-relevant" files. This is not a rule and is not the case in other packages such as acs-automated-testing, which creates many files during its operations that do not belong to the source tree.

improve spelling

  1. … 3 more files in changeset.
file 30-apm-load-procs-oracle.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./30-apm-load-procs-oracle.xql
file 30-apm-load-procs.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./30-apm-load-procs.xql
file 30-apm-load-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./30-apm-load-procs.tcl
file 30-apm-load-procs-postgresql.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./30-apm-load-procs-postgresql.xql
Complete proc coverage for the package

improve spelling

  1. … 1 more file in changeset.
improve test coverage

just avoid tilde substitution, do not perform sanitizing

sanitizing can lead to file name clashes in case the names

without tilde exists, and they are OS specific. The intention

of "ad_file" is just to be a tilde-proof "file" replacement

  1. … 1 more file in changeset.
Make 'ad_file' test case deterministic

Automated test for ad_file exposing a blind spot with files starting with the '~' character

file 00-proc-procs.tcl was initially added on branch oacs-5-10.