first pass RT4 merge, RT#13852
[freeside.git] / rt / t / mail / multipart.t
index dc97b26..a68710a 100644 (file)
 # 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' );