• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding localhost in case of the ip is not configured in the config.tcl file

Adding option to use the local host if ip is not configured in the file config.tcl

added one proc to use aa_log_result using a boolean var from the testcase

Adding a proc to get the first mounted instance of a package to used in tclwebtest

add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

  1. … 25 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -148
    • +8
    ./test/acs-automated-testing-procs.tcl
  1. … 647 more files in changeset.
making login proc error if it fails to login user. Adding some aa_log statements to make it easier to see what's going on during a tclwebtest test case (in particular which URLs are being requested)

adding tclwebtest API in acs-automated-testing package. Adding a simple example test case.

    • -148
    • +8
    ./test/acs-automated-testing-procs.tcl
adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing

    • -0
    • +153
    ./tclwebtest-procs.tcl
    • -0
    • +171
    ./test/acs-automated-testing-procs.tcl
Log failed test cases as 'Bug', not 'Error'

adding XMLReportDir parameter. Adding description to the server page and cleaning up the page a little.

  1. … 3 more files in changeset.
adding new parameter XMLReportDir

  1. … 2 more files in changeset.
breaking generation of xml test report out into a proc. Generating xml report after each run of a series of tests (proc aa_runseries)

adding xml report from test results and saving the file in the file system. Using the xml file on the install pages

  1. … 3 more files in changeset.
added help text; exclusion categories

  1. … 4 more files in changeset.
Added new capabilities to aa_register_case including bugs, error_levels and new categories.

  1. … 1 more file in changeset.
adding several files for reporting results of install.sh

  1. … 4 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 285 more files in changeset.
Marked aa_run_with_teardown public

add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 11 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
indenting proc_doc of aa_run_with_teardown proc

Document proper usage of aa_export_vars

Changed logging of failed test cases from Error to Bug. They're not errors in the sense that you want to be notified of them, since we already catch them in the automated testing framework. More specifically, it interfered badly with the new testcase that scans the server error log for errors

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 73 more files in changeset.
Typo

changing log statement about registering of test case from notice to debug level

Allow return inside test case without causing error message

Stubbing forgot to handle defaulted proc arguments correctly

Define test case procs private so they don't show up in the search