Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -N -r1.71.2.14 -r1.71.2.15 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 2 Sep 2019 16:17:16 -0000 1.71.2.14 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 2 Sep 2019 16:27:56 -0000 1.71.2.15 @@ -554,7 +554,10 @@ aa_register_case \ -cats {api db smoke} \ - -procs db_transaction \ + -procs { + db_transaction + db_string + } \ db__transaction { Test db_transaction } { @@ -1125,7 +1128,12 @@ aa_register_case \ -cats {api db} \ - -procs {db_flush_cache} \ + -procs { + db_flush_cache + db_string + db_list + db_list_of_lists + } \ db__caching { test db_* API caching } {