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 -r1.71.2.67 -r1.71.2.68 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 27 Aug 2024 09:21:36 -0000 1.71.2.67 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 27 Aug 2024 12:14:03 -0000 1.71.2.68 @@ -646,8 +646,10 @@ aa_true "'[ns_quotehtml $print_value]' is $filter" \ [ad_page_contract_filter_invoke $filter dummy value] } else { - aa_false "'[ns_quotehtml $print_value]' is NOT $filter" \ - [ad_page_contract_filter_invoke $filter dummy value] + aa_silence_log_entries -severities [expr {$filter eq "tmpfile" ? "warning" : ""}] { + aa_false "'[ns_quotehtml $print_value]' is NOT $filter" \ + [ad_page_contract_filter_invoke $filter dummy value] + } } } }