• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 5 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. … 286 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. … 12 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. … 74 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

Cleaned up display

  1. … 3 more files in changeset.
Fixed bug: Could try to unset without setting first

- Make aa_*-assertion procs return true/false of whether the assertion passed, so you can use that to branch out on assertions, e.g. if { [aa_true "..." [info exists var]] } { aa_log "var is $var" }

- cleaning up the rollback stuff

Make aa_log_result postpone logging in order to prevent the log messages from being rolled back.

Removed old debugging log statements

  1. … 5 more files in changeset.
bugfix: forgot to reset the rollback tests global variable after a testcase. Removing debug printouts

adding support for rolling back test code with the proc aa_run_with_teardown

making sure test cases (aa_register_case) can be put in -procs.tcl files. Giving failed tests more highlighting with red background and bold text

  1. … 3 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
In order to get Logger Tcl API tests to pass on 4.6 branch I had to add the new procs util_sets_equal_p and aa_run_with_teardown (previously added on cvs head)

  1. … 1 more file in changeset.