• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
-fix syntax

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 13 more files in changeset.
- normalize string expressions

- use "in" operator instead of "lsearch"

  1. … 3 more files in changeset.
- get rid of empty_string_p

  1. … 3 more files in changeset.
Implemented TIP#136 Add optional support for Selenium Remote Control to acs-automated-testing.

  1. … 6 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Added documentation to aa procs.

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
aa_export_vars takes a list of arguments

now if there is no mounted instance of the package the proc aa_get_first_url will mount it

Adding two procs to run tclwebtest that where already in branch 5-1

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

  1. … 2 more files in changeset.
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.
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. … 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.