Index: openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl,v diff -u -r1.20.2.1 -r1.20.2.2 --- openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl 2 Jul 2019 12:32:53 -0000 1.20.2.1 +++ openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl 2 Sep 2019 16:19:56 -0000 1.20.2.2 @@ -8,9 +8,9 @@ aa_register_case \ - -cats {db smoke production_safe} \ + -cats {api db smoke production_safe} \ -error_level warning \ - -procs {} \ + -procs {db_name} \ datamodel__named_constraints { Check that all the constraints meet the constraint naming Index: openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 3 Nov 2018 11:15:16 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 2 Sep 2019 16:19:56 -0000 1.9.2.1 @@ -11,6 +11,7 @@ acs_object::get acs_object::get_element acs_object::set_context_id + db_name } acs_object_procs_test \ { test the acs_object::* procs