diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-13 10:44:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-13 10:44:41 +0000 |
commit | 23a06ec0225442051a7c1043979a1a109d05142c (patch) | |
tree | 6debe6b1b2882949ad832e7711648c2f481eff41 /test/unit/mailer_test.rb | |
parent | 4f0aa2432c2c1a90fd22a32eb33868f6d50a7f49 (diff) | |
download | redmine-23a06ec0225442051a7c1043979a1a109d05142c.tar.gz redmine-23a06ec0225442051a7c1043979a1a109d05142c.zip |
Restored List-Id header in email notifications (#10888).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9687 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mailer_test.rb')
-rw-r--r-- | test/unit/mailer_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index 483886e58..0bf62cfa7 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -163,6 +163,7 @@ class MailerTest < ActiveSupport::TestCase assert_not_nil mail assert_equal 'OOF', mail.header['X-Auto-Response-Suppress'].to_s assert_equal 'auto-generated', mail.header['Auto-Submitted'].to_s + assert_equal '<redmine.example.net>', mail.header['List-Id'].to_s end def test_email_headers_should_include_sender |