X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fsolver.t;h=5307e1201cb96251b284eabf748d620aed485659;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hp=e9f24e7f78ae6dbb0fd6b3ff2168564252f72f9e;hpb=d13ab9e514cbae66e911f9c88e09d3213c34a952;p=public-inbox.git diff --git a/xt/solver.t b/xt/solver.t index e9f24e7f..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 { @@ -20,6 +20,8 @@ my $app = sub { # TODO: convert these to self-contained test cases my $todo = { 'git' => [ + '9e9048b02bd04d287461543d85db0bb715b89f8c' + .'/s/?b=t%2Ft3420%2Fremove-ids.sed', 'eebf7a8/s/?b=t%2Ftest-lib.sh', 'eb580ca513/s/?b=remote-odb.c', '776fa90f7f/s/?b=contrib/git-jump/git-jump',