Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/aa-test-init.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-init.tcl 4 Apr 2003 08:04:32 -0000 1.1 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-init.tcl 15 Aug 2003 14:48:30 -0000 1.2 @@ -6,10 +6,4 @@ @cvs-id $Id$ } -# -# Set the valid testcase categories list, and testcase/component lists. -# -nsv_set aa_test cases {} -nsv_set aa_test components {} -nsv_set aa_test init_classes {} -nsv_set aa_test categories {config db script web} +# LARS: Moved to aa-test-procs.tcl file. See comment there.