Index: openacs-4/packages/chat/tcl/test/chat-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/test/chat-test-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/chat/tcl/test/chat-test-procs.tcl 29 Mar 2023 15:33:33 -0000 1.1.2.6 +++ openacs-4/packages/chat/tcl/test/chat-test-procs.tcl 24 Aug 2024 13:54:07 -0000 1.1.2.7 @@ -48,7 +48,7 @@ set test_user_id [dict get $test_user user_id] - set r [::xo::db::chat_room new \ + set r [::xo::db::chat_room new -volatile \ -description {Test Chat Room} \ -active_p t \ -archive_p t \ @@ -183,7 +183,7 @@ aa_log "Creating a few rooms, with a couple messages" set other_rooms [list] for {set i 2} {$i <= 4} {incr i} { - set r [::xo::db::chat_room new \ + set r [::xo::db::chat_room new -volatile \ -description "Test Chat Room $i" \ -archive_p t \ -auto_flush_p t \