
alexmv at bestpractical
Mar 13, 2012, 1:00 PM
Post #1 of 1
(151 views)
Permalink
|
|
rt branch, 4.0/rfc2231-param-continuations, updated. rt-4.0.4-121-g5a8398e
|
|
The branch, 4.0/rfc2231-param-continuations has been updated via 5a8398e1cb86552b650d57dd2f3dc4bc2d5ccdb6 (commit) from 63afe450821ab59b35ae2e28eb72df443a7d7a30 (commit) Summary of changes: t/mail/mime_decoding.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit 5a8398e1cb86552b650d57dd2f3dc4bc2d5ccdb6 Author: Alex Vandiver <alexmv [at] bestpractical> Date: Tue Mar 13 15:57:21 2012 -0400 Alter test comment to reflect the corrected code and test diff --git a/t/mail/mime_decoding.t b/t/mail/mime_decoding.t index 0a3610c..7515e2c 100644 --- a/t/mail/mime_decoding.t +++ b/t/mail/mime_decoding.t @@ -81,7 +81,7 @@ inline; is( RT::I18N::DecodeMIMEWordsToEncoding( $hdr, 'utf-8', 'Content-Disposition' ), 'inline; filename="新しいテキスト ドキュメント.txt"', - 'decoded, but continuations preserved' + 'decoded continuations as one string' ); } -----------------------------------------------------------------------
|