[Rt-commit] r8786 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Aug 28 14:42:28 EDT 2007
Author: ruz
Date: Tue Aug 28 14:42:26 2007
New Revision: 8786
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t
Log:
r8708 at cubic-pc (orig r8707): sartak | 2007-08-24 01:10:45 +0400
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/t/mail/gnupg-realmail.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t (original)
+++ rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t Tue Aug 28 14:42:26 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