[Rt-commit] rt branch, 4.2/smime, updated. rt-4.1.17-253-ge702e73

Alex Vandiver alexmv at bestpractical.com
Fri Jul 26 14:08:59 EDT 2013


The branch, 4.2/smime has been updated
       via  e702e73564a20d6b3da2cb9b333765877c314831 (commit)
      from  69f2731aa017884b6ca3232a906d78dae30ef018 (commit)

Summary of changes:
 t/web/smime/outgoing.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit e702e73564a20d6b3da2cb9b333765877c314831
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Jul 24 16:19:03 2013 -0400

    The top-level $msg is a multipart/alternative; use $txn->content for the body

diff --git a/t/web/smime/outgoing.t b/t/web/smime/outgoing.t
index 095e8e3..8cd992c 100644
--- a/t/web/smime/outgoing.t
+++ b/t/web/smime/outgoing.t
@@ -166,7 +166,7 @@ foreach my $mail ( map cleanup_headers($_), @{ $mail{'plain'} } ) {
     ok !$msg->GetHeader('X-RT-Incoming-Signature'),
         "RT's outgoing mail looks not signed";
 
-    like $msg->Content, qr/Some content/, "RT's mail includes copy of ticket text";
+    like $txn->Content, qr/Some content/, "RT's mail includes copy of ticket text";
 }
 
 foreach my $mail ( map cleanup_headers($_), @{ $mail{'signed'} } ) {

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


More information about the Rt-commit mailing list