[Rt-commit] r19938 - rt/3.999/trunk/t/mail

sartak at bestpractical.com sartak at bestpractical.com
Sat Jun 6 06:52:04 EDT 2009


Author: sartak
Date: Sat Jun  6 06:51:12 2009
New Revision: 19938

Modified:
   rt/3.999/trunk/t/mail/gateway.t

Log:
Fix duplicate declaration of $rtname

Modified: rt/3.999/trunk/t/mail/gateway.t
==============================================================================
--- rt/3.999/trunk/t/mail/gateway.t	(original)
+++ rt/3.999/trunk/t/mail/gateway.t	Sat Jun  6 06:51:12 2009
@@ -705,8 +705,6 @@
 ($id) = $tick->create( queue => $qid, subject => 'test' );
 ok( $id, 'create new ticket' );
 
-my $rtname = RT->config->get('rtname');
-
 $mail = RT::Test->open_mailgate_ok($baseurl);
 print $mail <<EOF;
 From: ext-mailgate\@localhost


More information about the Rt-commit mailing list