From 9b7d312a0e663e7d1d797a277522c6b79a02b119 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 May 2013 09:38:20 +0000 Subject: Fix handling multiple text parts in email (#13646). Patch by Alex Shulgin. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11834 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/mail_handler_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/unit/mail_handler_test.rb') diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb index d1eabca42..013da992e 100644 --- a/test/unit/mail_handler_test.rb +++ b/test/unit/mail_handler_test.rb @@ -492,6 +492,13 @@ class MailHandlerTest < ActiveSupport::TestCase assert_equal 'd8e8fca2dc0f896fd7cb4cb0031ba249', attachment.digest end + def test_multiple_text_parts + issue = submit_email('multiple_text_parts.eml', :issue => {:project => 'ecookbook'}) + assert_include 'first', issue.description + assert_include 'second', issue.description + assert_include 'third', issue.description + end + def test_add_issue_with_iso_8859_1_subject issue = submit_email( 'subject_as_iso-8859-1.eml', -- cgit v1.2.3