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.78 -r1.79 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 4 Oct 2018 09:59:41 -0000 1.78 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 4 Oct 2018 10:02:14 -0000 1.79 @@ -155,7 +155,7 @@ aa_register_case proc. An initialization constructor is called once before - running a set of testcases, and the descructor called once + running a set of testcases, and the destructor called once upon completion of running a set of testcases.

The idea behind this is that it could be used to perform data intensive operations that shared amongst a set if testcases. For example, mounting @@ -165,7 +165,7 @@ Better to let the acs-automated-testing infrastructure call the init_class code to set the package up, run all the tests, then call - the descructor to unmount the package. + the destructor to unmount the package. @author Peter Harper @creation-date 04 November 2001 @@ -375,7 +375,7 @@ @param bugs A list of integers correspending to openacs.org bug numbers which relate to this test case. @param procs A list of OpenACS procs which are tested by this case. - @param urls A list of urls (relative to package) tested in web test case + @param urls A list of URLs (relative to package) tested in web test case @param on_error Deprecated. @param init_classes Deprecated. @@ -1686,7 +1686,6 @@ return $values } - } namespace eval acs::test::user {