[Rt-commit] rt branch, 4.0/mail-threading, updated. rt-4.0.2-121-gf8795ee

Alex Vandiver alexmv at bestpractical.com
Thu Sep 29 17:18:53 EDT 2011


The branch, 4.0/mail-threading has been updated
       via  f8795ee0e1b470826f6092c13d9000dc3895b065 (commit)
      from  9d36c097d7cddbd983713591451b2464dbdd720f (commit)

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

- Log -----------------------------------------------------------------
commit f8795ee0e1b470826f6092c13d9000dc3895b065
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Sep 29 17:18:49 2011 -0400

    Avoid a duplicate definition of $status

diff --git a/t/mail/threading.t b/t/mail/threading.t
index 25904ab..7112ecf 100644
--- a/t/mail/threading.t
+++ b/t/mail/threading.t
@@ -39,7 +39,7 @@ EOF
     $ticket->Load( $id );
     ok $ticket->id, "loaded ticket";
 
-    my ($status, $msg) = $ticket->Correspond( Content => 'boo' );
+    ($status, my ($msg)) = $ticket->Correspond( Content => 'boo' );
     ok $status, "replied to the ticket";
 
     @mail = RT::Test->fetch_caught_mails;

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


More information about the Rt-commit mailing list