• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Increase proc coverage

Test that when content::item::get_content is called on a text/* mime typed content-item, an extra "text" attribute should be returned in the result array

This currently fails because of a missing query in the xql

Test content::item::get_virtual_path

This will expose a logn standing bug where the root_folder_id argument is ignored

Extend test suite

Test content::item::get_root_folder

Increase api coverage, this uncovered a bug in content::item::unpublish

Test content::item::get_publish_date

Extend test to include content::item::get_path

Whitespace cleanup

Test content::item::get_descendants

Disable tests to check for executables on the system

    • -16
    • +20
    ./acs-content-repository-procs.tcl
  1. … 7 more files in changeset.
Test external command line dependencies

Replaced "ns_mktemp" by "ad_tmpnam" to ease code maintenance

The underlying C library API for "ns_mktemp" is deprecated

for security reasons, we will have to do something about it.

  1. … 6 more files in changeset.
Test content::item::copy

Deprecate template::util::tcl_to_sql_list, completely replaced by ns_dbquotelist, a native NaviServer command

  1. … 17 more files in changeset.
Mark api as tested

Test content::item::content_is_null public api, which has immediately found a typo

  1. … 1 more file in changeset.
extend regression test

extend regression test

extend regression test

Piggyback some more api to existing tests

Whitespace cleanup

improve listing of test coverage

  1. … 15 more files in changeset.
make listing of tested procs more complete

  1. … 17 more files in changeset.
Fix missing end

  1. … 2 more files in changeset.
Improve sql portability

  1. … 4 more files in changeset.
Complete content::folder api coverage

Whitespace cleanup

Test public content::extlink api: this test will expose that content::extlink::delete is broken (wrong stored procedure called)

file content-extlink-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./content-extlink-procs.tcl