[Rt-commit] r17239 - in rt/3.8/trunk: . t/mail
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Dec 15 15:49:07 EST 2008
Author: alexmv
Date: Mon Dec 15 15:49:07 2008
New Revision: 17239
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/mail/gateway.t
rt/3.8/trunk/t/web/gnupg-select-keys-on-update.t
Log:
r39994 at kohr-ah: chmrr | 2008-12-15 15:48:41 -0500
* Quiet wa couple more tests
Modified: rt/3.8/trunk/t/mail/gateway.t
==============================================================================
--- rt/3.8/trunk/t/mail/gateway.t (original)
+++ rt/3.8/trunk/t/mail/gateway.t Mon Dec 15 15:49:07 2008
@@ -678,7 +678,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
Modified: rt/3.8/trunk/t/web/gnupg-select-keys-on-update.t
==============================================================================
--- rt/3.8/trunk/t/web/gnupg-select-keys-on-update.t (original)
+++ rt/3.8/trunk/t/web/gnupg-select-keys-on-update.t Mon Dec 15 15:49:07 2008
@@ -17,9 +17,6 @@
RT::Test->set_mail_catcher;
-RT->Config->Set( LogToScreen => 'debug' );
-RT->Config->Set( LogStackTraces => 'error' );
-
use_ok('RT::Crypt::GnuPG');
RT->Config->Set( GnuPG =>
More information about the Rt-commit
mailing list