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

clsung at bestpractical.com clsung at bestpractical.com
Fri May 11 04:42:02 EDT 2007


Author: clsung
Date: Fri May 11 04:42:01 2007
New Revision: 7827

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

Log:
 r1043 at going04:  clsung | 2007-05-11 16:42:22 +0800
 - remove redundant assignment.


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t	Fri May 11 04:42:01 2007
@@ -223,7 +223,6 @@
 {
     my $tick = get_latest_ticket_ok();
     my $txn = $tick->Transactions->First;
-    my $attach = $txn->Attachments->First;
     my ($msg, $attach) = @{$txn->Attachments->ItemsArrayRef};
     # XXX: in this case, which credential should we be using?
     is( $msg->GetHeader('X-RT-Incoming-Signature'),


More information about the Rt-commit mailing list