Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.40.2.2 -r1.40.2.3 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 18 Aug 2015 12:25:13 -0000 1.40.2.2 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 5 Sep 2015 14:52:37 -0000 1.40.2.3 @@ -335,7 +335,7 @@ } { Registers a testcase with the acs-automated-testing system. Whenever possible, cases that fail to register are replaced with 'metatest' log cases, so that the register-time errors are visible at test time. - See the tutorial for examples. + See the tutorial for examples. @param libraries A list of keywords of additional code modules to load. The entire test case will fail if any package is missing. Currently includes tclwebtest.