summaryrefslogtreecommitdiff
path: root/rt/t/mail/outlook.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/mail/outlook.t')
-rw-r--r--rt/t/mail/outlook.t15
1 files changed, 6 insertions, 9 deletions
diff --git a/rt/t/mail/outlook.t b/rt/t/mail/outlook.t
index 15bfa21bc..00bbc9445 100644
--- a/rt/t/mail/outlook.t
+++ b/rt/t/mail/outlook.t
@@ -56,11 +56,11 @@ rt-mailgate - Mail interface to RT3.
use strict;
use warnings;
-use RT::Test tests => 43;
-my ($baseurl, $m) = RT::Test->started_ok;
+use RT::Test tests => 42;
+
# 12.0 is outlook 2007, 14.0 is 2010
for my $mailer ( 'Microsoft Office Outlook 12.0', 'Microsoft Outlook 14.0' ) {
- diag "Test mail with multipart/alternative" if $ENV{'TEST_VERBOSE'};
+ diag "Test mail with multipart/alternative";
{
my $text = <<EOF;
From: root\@localhost
@@ -106,8 +106,7 @@ EOF
$mailer . ' with multipart/alternative, \n\n are replaced' );
}
- diag "Test mail with multipart/mixed, with multipart/alternative in it"
- if $ENV{'TEST_VERBOSE'};
+ diag "Test mail with multipart/mixed, with multipart/alternative in it";
{
my $text = <<EOF;
From: root\@localhost
@@ -167,8 +166,7 @@ EOF
$mailer . ' with multipart/multipart, \n\n are replaced' );
}
- diag "Test mail with with outlook, but the content type is text/plain"
- if $ENV{'TEST_VERBOSE'};
+ diag "Test mail with with outlook, but the content type is text/plain";
{
my $text = <<EOF;
From: root\@localhost
@@ -203,8 +201,7 @@ EOF
}
}
-diag "Test mail with with multipart/alternative but x-mailer is not outlook "
- if $ENV{'TEST_VERBOSE'};
+diag "Test mail with with multipart/alternative but x-mailer is not outlook ";
{
my $text = <<EOF;
From: root\@localhost