[Rt-commit] r8707 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Aug 23 17:10:46 EDT 2007


Author: sartak
Date: Thu Aug 23 17:10:45 2007
New Revision: 8707

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t

Log:
 r38023 at gorgoroth:  sartak | 2007-08-23 17:10:38 -0400
 Make sure we test positively for the presence of ID:foo in encrypted emails


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t	Thu Aug 23 17:10:45 2007
@@ -99,8 +99,7 @@
             "$eid: recorded incoming mail that is encrypted"
         );
 
-        #XXX: maybe RT will have already decrypted this for us
-        unlike( $msg->Content,
+        like( $attachments[0]->Content,
                 ($body{$eid} || qr/ID:$eid/),
                 "$eid: incoming mail did NOT have original body"
         );


More information about the Rt-commit mailing list