Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10597 (closed defect: fixed)

Opened 1 year ago

Last modified 11 months ago

[PATCH] Fix ActionMailer quoting test for Ruby 1.9

Reported by: murphy Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionMailer Version: edge
Severity: minor Keywords: ruby19 tests
Cc:

Description

Since Ruby 1.9 cares about string encoding, some tests fail. Here's a fix that is Ruby 1.8 compatible.

Attachments

fix_action_mailer_quoting_test_for_ruby_19.diff (0.9 kB) - added by murphy on 12/23/07 00:36:11.
Patch for actionmailer/test/quoting_test.rb.

Change History

12/23/07 00:36:11 changed by murphy

  • attachment fix_action_mailer_quoting_test_for_ruby_19.diff added.

Patch for actionmailer/test/quoting_test.rb.

01/11/08 01:18:40 changed by mikel

Applied this to TMail 1.2.1 (for reference)

01/19/08 03:03:41 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [8666]) Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]