Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.19.2.1 -r1.19.2.2 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Jul 2020 07:27:29 -0000 1.19.2.1 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 8 Feb 2024 18:14:41 -0000 1.19.2.2 @@ -4,7 +4,7 @@ @author Don Baccus (dhogaza@pacifier.com) } -# These are modelled somewhat after the date procs. +# These are modeled somewhat after the date procs. # DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly # functional in that we accept and process currency values. We really need Index: openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl 9 Sep 2022 11:32:59 -0000 1.1.2.3 +++ openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl 8 Feb 2024 18:14:41 -0000 1.1.2.4 @@ -1,6 +1,6 @@ ad_library { - Tests for api in tcl/acs-integration-procs.tcl + Tests for API in tcl/acs-integration-procs.tcl } @@ -33,6 +33,7 @@ acs::test::reply_has_status_code $d 500 aa_false "No code was executed after returning" \ [nsv_exists __acs-templating-test-ad-return-exception-template count] + acs::test::reply_contains $d "One custom error" acs::test::reply_contains $d "One custom message" ns_unregister_op GET $endpoint_name 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 -r1.5.2.8 -r1.5.2.9 --- openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 20 Feb 2023 17:25:06 -0000 1.5.2.8 +++ openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 8 Feb 2024 18:14:41 -0000 1.5.2.9 @@ -102,7 +102,7 @@ } template_date_api { Test api manipulating the template date format. - Among the things this test shows, is the fact that this api + Among the things this test shows, is the fact that this API can swallow a lot of garbage without complaining. It is not clear if this should change.