Index: openacs-4/packages/bulk-mail/tcl/test/bulk-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/test/Attic/bulk-mail-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/bulk-mail/tcl/test/bulk-mail-procs.tcl 10 Feb 2021 11:43:01 -0000 1.1.2.1 +++ openacs-4/packages/bulk-mail/tcl/test/bulk-mail-procs.tcl 18 Feb 2021 14:25:27 -0000 1.1.2.2 @@ -12,9 +12,9 @@ bulk_mail_new { Basic check that Bulk Mail scheduling works } { - aa_run_with_teardown \ - -rollback \ - -test_code { + aa_run_with_teardown \ + -rollback \ + -test_code { set user_id [ad_conn user_id] set from_addr [party::email -party_id $user_id] @@ -72,6 +72,11 @@ where bulk_mail_id = :bm_id and query = :query }] + } +} - } - } +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: