Index: openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl,v diff -u -r1.20.2.30 -r1.20.2.31 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 22 Dec 2022 02:39:02 -0000 1.20.2.30 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 27 Aug 2024 14:06:36 -0000 1.20.2.31 @@ -181,7 +181,9 @@ } { incr count if { ![info exists pa(see)] || [string is space $pa(see)] } { - aa_log_result fail "No @see for deprecated proc [api_proc_link $p]" + aa_silence_log_entries -severities warning { + aa_log_result fail "No @see for deprecated proc [api_proc_link $p]" + } } else { incr good } Index: openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl,v diff -u -r1.1.2.14 -r1.1.2.15 --- openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 14 Apr 2023 15:21:06 -0000 1.1.2.14 +++ openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 27 Aug 2024 14:06:36 -0000 1.1.2.15 @@ -186,7 +186,10 @@ sec_change_user_auth_token $user_id aa_section "Check again if my login works" - set r [ns_http run -headers $headers -method GET $url] + aa_silence_log_entries -severities warning { + # Warning: downgrade login_level of user ... since there is no login cookie provided + set r [ns_http run -headers $headers -method GET $url] + } aa_equals "I should now NOT be authenticated" [dict get $r status] 403 } \ -teardown_code {