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.4 -r1.1.2.5 --- openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl 8 Feb 2024 18:14:41 -0000 1.1.2.4 +++ openacs-4/packages/acs-templating/tcl/test/acs-integration-procs.tcl 25 Aug 2024 12:30:28 -0000 1.1.2.5 @@ -28,7 +28,9 @@ nsv_incr __acs-templating-test-ad-return-exception-template count } - set d [ns_http run -method GET $url] + aa_silence_log_entries -severities {error} { + set d [ns_http run -method GET $url] + } acs::test::reply_has_status_code $d 500 aa_false "No code was executed after returning" \ @@ -50,7 +52,9 @@ nsv_incr __acs-templating-test-ad-return-exception-template count } - set d [ns_http run -method GET $url] + aa_silence_log_entries -severities {error} { + set d [ns_http run -method GET $url] + } acs::test::reply_has_status_code $d 404 aa_false "No code was executed after returning" \ @@ -137,4 +141,3 @@ [acs_root_dir]/packages/acs-automated-testing/www/AD-RETURN-TEMPLATE-TEST.tcl } } -