X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=xt%2Fsolver.t;h=5307e1201cb96251b284eabf748d620aed485659;hp=4ff57fe75d4de1fe60443f64add4e03e7f5075a4;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hpb=f018d5cc70f3a6983e4ec188ae62a729a8b31157 diff --git a/xt/solver.t b/xt/solver.t index 4ff57fe7..5307e120 100644 --- a/xt/solver.t +++ b/xt/solver.t @@ -5,10 +5,10 @@ use strict; use Test::More; use PublicInbox::TestCommon; use PublicInbox::Config; # this relies on PI_CONFIG // ~/.public-inbox/config -use PublicInbox::WWW; my @psgi = qw(HTTP::Request::Common Plack::Test URI::Escape Plack::Builder); require_mods(qw(DBD::SQLite Search::Xapian), @psgi); use_ok($_) for @psgi; +use_ok 'PublicInbox::WWW'; my $cfg = PublicInbox::Config->new; my $www = PublicInbox::WWW->new($cfg); my $app = sub {