Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl,v diff -u -r1.1.2.88 -r1.1.2.89 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 17 Aug 2024 16:58:14 -0000 1.1.2.88 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 25 Aug 2024 17:11:26 -0000 1.1.2.89 @@ -1783,7 +1783,9 @@ set form [::xo::db::CrClass get_instance_from_db -item_id $form_id] aa_true "Deleting a form with instances fails" [catch { - $form delete + aa_silence_log_entries -severities {error notice} { + $form delete + } } errmsg] ###########################################################