X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconvert-compact.t;fp=t%2Fconvert-compact.t;h=80efc19c79816a57cf7e6af3115e80caa63c0dda;hb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;hp=1627e0195b5219cd73008cb5e5e87f678db25078;hpb=fd966061df6a61104935984bed7c28a461a124ff;p=public-inbox.git diff --git a/t/convert-compact.t b/t/convert-compact.t index 1627e019..80efc19c 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use PublicInbox::MIME; +use PublicInbox::Eml; use PublicInbox::Spawn qw(which); use PublicInbox::TestCommon; require_git(2.6); @@ -26,7 +26,7 @@ ok(PublicInbox::Import::run_die([qw(git) , "--git-dir=$ibx->{inboxdir}", qw(config core.sharedRepository 0644)]), 'set sharedRepository'); $ibx = PublicInbox::Inbox->new($ibx); my $im = PublicInbox::Import->new($ibx->git, undef, undef, $ibx); -my $mime = PublicInbox::MIME->new(<<'EOF'); +my $mime = PublicInbox::Eml->new(<<'EOF'); From: a@example.com To: b@example.com Subject: this is a subject