X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Fpsgi_attach.t;h=1ef5318cd4799aab1a5469b7884572acaa4faae4;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hp=0c3174bc241c7c257567ea0905307c876316ae50;hpb=f018d5cc70f3a6983e4ec188ae62a729a8b31157;p=public-inbox.git diff --git a/t/psgi_attach.t b/t/psgi_attach.t index 0c3174bc..1ef5318c 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -9,15 +9,14 @@ my ($tmpdir, $for_destroy) = tmpdir(); my $maindir = "$tmpdir/main.git"; my $addr = 'test-public@example.com'; my $cfgpfx = "publicinbox.test"; -my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape); +my @mods = qw(HTTP::Request::Common Plack::Builder Plack::Test URI::Escape); require_mods(@mods); use_ok $_ foreach @mods; +use_ok 'PublicInbox::WWW'; use PublicInbox::Import; use PublicInbox::Git; use PublicInbox::Config; -use PublicInbox::WWW; use_ok 'PublicInbox::WwwAttach'; -use Plack::Builder; my $config = PublicInbox::Config->new(\<new($git, 'test', $addr); ok(length($dot_res) >= length($dot), 'dot almost matches'); $res = $cb->(GET('/test/Z%40B/4-any-filename.txt')); is($res->content, $dot_res, 'user-specified filename is OK'); - }); } done_testing();