Index: openacs-4/packages/acs-templating/tcl/test/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/date-procs.tcl,v diff -u -N -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 15 Feb 2021 17:53:27 -0000 1.5.2.2 +++ openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 25 Jun 2021 17:23:55 -0000 1.5.2.3 @@ -11,7 +11,10 @@ aa_register_case \ - -procs { + -cats { + api + production_safe + } -procs { template::util::date::get_property template::util::date::now db_type @@ -32,10 +35,12 @@ } aa_register_case \ - -procs { + -cats { + api + production_safe + } -procs { template::util::date::now_min_interval - } \ - date_minute_interval { + } date_minute_interval { test minute interval } { aa_run_with_teardown \ @@ -55,6 +60,7 @@ } } + # Local variables: # mode: tcl # tcl-indent-level: 4