This project is archived and is in readonly mode.
ActionMailer tests shouldn't load jcode under Ruby 1.9
Reported by CancelProfileIsBroken | January 10th, 2009 @ 02:49 PM
test_quote_multibyte_chars is failing under Ruby 1.9 because it tries to require in jcode, which no longer exists. Fortunately, it's no longer necessary either, so we can just conditionally load it if using an older Ruby. Patch tested under 1.8.6 and 1.9.1RC1.
Comments and changes to this ticket
-
Pratik January 11th, 2009 @ 02:59 PM
- Milestone cleared.
- Assigned user set to Pratik
-
Repository January 16th, 2009 @ 05:40 PM
- State changed from new to resolved
(from [1e02d95d601b4e9f921d9eac34f5f5a44ebd33a2]) Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 1726 ActionMailer tests shouldn't load jcode under Ruby 1.9 (from [1e02d95d601b4e9f921d9eac34f5f5a44ebd33a2]) Make Ac...