X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fmultipart.t;fp=rt%2Ft%2Fmail%2Fmultipart.t;h=a68710a75d122e48b96459764ba8efe5827bc9cd;hb=6587f6ba7d047ddc1686c080090afe7d53365bd4;hp=dc97b266f067be63d04090c5a2c98daf196c2ab4;hpb=47153aae5c2fc00316654e7277fccd45f72ff611;p=freeside.git diff --git a/rt/t/mail/multipart.t b/rt/t/mail/multipart.t index dc97b266f..a68710a75 100644 --- a/rt/t/mail/multipart.t +++ b/rt/t/mail/multipart.t @@ -46,19 +46,11 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} - -=head1 NAME - -rt-mailgate - Mail interface to RT3. - -=cut - use strict; use warnings; -use RT::Test tests => 5; +use RT::Test tests => 4; use RT::Test::Email; -my ($baseurl, $m) = RT::Test->started_ok; my $queue = RT::Test->load_or_create_queue( Name => 'General' ); my $user = RT::Test->load_or_create_user( Name => 'bob', EmailAddress => 'bob@example.com' );