[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-513-g7fede2e
Shawn Moore
sartak at bestpractical.com
Mon Aug 23 20:34:53 EDT 2010
The branch, 3.9-trunk has been updated
via 7fede2e7b894e7c78552cb50ffb2ad0e11caab08 (commit)
from 07a3ad2f21d4f826bd22a41ce129291175647f19 (commit)
Summary of changes:
t/mail/extractsubjecttag.t | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7fede2e7b894e7c78552cb50ffb2ad0e11caab08
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Aug 23 20:37:17 2010 -0400
Dont diag mail text needlessly
diff --git a/t/mail/extractsubjecttag.t b/t/mail/extractsubjecttag.t
index 852cb7f..147efff 100644
--- a/t/mail/extractsubjecttag.t
+++ b/t/mail/extractsubjecttag.t
@@ -77,7 +77,6 @@ Subject: [$subject_tag #$ticketid] [remote-rt-system #79] test
reply with subject tag and remote rt subject tag
EOF
- diag($text);
my ($status, $id) = RT::Test->send_via_mailgate($text, queue => $queue->Name);
is ($status >> 8, 0, "The mail gateway exited normally");
is ($id, $ticketid, "Replied to ticket $id correctly");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list