[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-645-g4170bd0

Shawn Moore sartak at bestpractical.com
Tue Aug 31 15:47:31 EDT 2010


The branch, 3.9-trunk has been updated
       via  4170bd03c65e74086a4edd246665466bbd0b7c78 (commit)
      from  ec7d7435f196fbd950bd7a69f1a2aed3da5e81ab (commit)

Summary of changes:
 t/mail/sendmail.t |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4170bd03c65e74086a4edd246665466bbd0b7c78
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Aug 31 15:49:57 2010 -0400

    Remove an accidentally-committed warning

diff --git a/t/mail/sendmail.t b/t/mail/sendmail.t
index 5612cbb..47a7b08 100644
--- a/t/mail/sendmail.t
+++ b/t/mail/sendmail.t
@@ -414,7 +414,6 @@ sub text_plain_nested_redef_sendmessage {
         is ($MIME->head->mime_type , "multipart/mixed", "It is a mixed multipart");
 
         my $encoded_subject = $MIME->head->get("subject");
-        warn "<$encoded_subject>";
         my $subject = MIME::Base64::decode_base64($encoded_subject);
 
         like($subject, qr/Niv\x{e5}er/, "The subject matches the word - $subject");

-----------------------------------------------------------------------


More information about the Rt-commit mailing list