From: Don Armstrong Date: Thu, 14 Mar 2013 16:12:22 +0000 (-0700) Subject: decode_rfc1522 returns strings in perl's internal encoding X-Git-Tag: release/2.6.0~312^2~2 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=831e62c8ce97070d03f2ea47acda1ee2987ed887 decode_rfc1522 returns strings in perl's internal encoding --- diff --git a/t/05_mail.t b/t/05_mail.t index 3d21049..53860d3 100644 --- a/t/05_mail.t +++ b/t/05_mail.t @@ -25,7 +25,7 @@ blah blah blah END # 1: test decode -ok(decode_rfc1522(Debbugs::Mail::encode_headers($test_str)) eq encode_utf8($test_str)); +ok(decode_rfc1522(Debbugs::Mail::encode_headers($test_str)) eq $test_str); # XXX Figure out a good way to test the send message bit of # Debbugs::Mail