X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=xt%2Fsolver.t;h=d2206b283d139902a221aa2b0867e4bca59acfad;hb=a27717d1717b6fdf69e9472e8e9f61b2bbaeb5e7;hp=238abecd2ef524c7bf6ac400e815cc8cf3434084;hpb=957127ead2716ae375ccc1e2b50fc9be53e117dd;p=public-inbox.git diff --git a/xt/solver.t b/xt/solver.t index 238abecd..d2206b28 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,12 +20,14 @@ my $app = sub { # TODO: convert these to self-contained test cases my $todo = { 'git' => [ - # 'eebf7a8/s/?b=t%2Ftest-lib.sh', TODO + '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', '5cd8845/s/?b=submodule.c', '81c1164ae5/s/?b=builtin/log.c', - '6aa8857a11/s/?b=protocol.c', # TODO: i/, w/ instead of a/ b/ + '6aa8857a11/s/?b=protocol.c', '96f1c7f/s/', # TODO: b=contrib/completion/git-completion.bash 'b76f2c0/s/?b=po/zh_CN.po', ],