[Rt-commit] r18087 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 23:24:13 EST 2009


Author: sunnavy
Date: Thu Jan 29 23:24:13 2009
New Revision: 18087

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/mail/gateway.t

Log:
 r19346 at sunnavys-mb:  sunnavy | 2009-01-30 10:22:59 +0800
 merged t/mail/gateway.t


Modified: rt/3.999/branches/merge_to_3.8.2/t/mail/gateway.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/mail/gateway.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/mail/gateway.t	Thu Jan 29 23:24:13 2009
@@ -677,7 +677,7 @@
 is( $txns->first->subject, "[$RT::rtname \#$id] correspondence", 'successfuly add correspond within take via email' );
 
 $! = 0;
-ok(open(MAIL, "|$RT::BinPath/rt-mailgate --url $url --queue ext-mailgate --action resolve --debug"), "Opened the mailgate - $!");
+ok(open(MAIL, "|$RT::BinPath/rt-mailgate --url $url --queue ext-mailgate --action resolve"), "Opened the mailgate - $!");
 print MAIL <<EOF;
 From: root\@localhost
 Subject: [@{[RT->config->get('rtname')]} \#$id] test


More information about the Rt-commit mailing list