This project is archived and is in readonly mode.
Generated mailer test fails
Reported by David Chelimsky | March 22nd, 2010 @ 03:16 AM | in 3.0.2
Not sure what commit caused this, but the generated mailer tests are failing again (since #4022 was addressed), now with:
test_signup(NotificationsTest) [test/functional/notifications_test.rb:10]:
<#<Mail::Message:2215117800, Multipart: false, Headers: <Date: Sun, 21 Mar 2010 22:06:35 -0500>, <From: from@example.com>, <To: to@example.org>, <message-id: <>>, <Subject: Signup>, <Mime-Version: 1.0>, <Content-Type: text/plain; charset=utf-8>, <Content-Transfer-Encoding: 7bit>>> expected but was
<#<Mail::Message:2214939960, Multipart: false, Headers: <Date: Sun, 21 Mar 2010 22:06:35 -0500>, <From: from@example.com>, <To: to@example.org>, <message-id: <>>, <Subject: Signup>, <Mime-Version: 1.0>, <Content-Type: text/plain>, <Content-Transfer-Encoding: 7bit>>>.
I think the offending diff is the inclusion/exclusion of charset in the Content-Type.
Comments and changes to this ticket
-
José Valim March 26th, 2010 @ 11:06 PM
- State changed from new to resolved
- Assigned user set to José Valim
- Milestone cleared.
Fixed!
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>