]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/extindex-psgi.t
move ->ids_after from mm to over
[public-inbox.git] / t / extindex-psgi.t
index b9acc9793292b6d3b7a7189853c01b75af186279..d47616417a525b5b48a468141d8e03a25863c0d5 100644 (file)
@@ -52,6 +52,9 @@ my $client = sub {
        my $cfg = PublicInbox::Config->git_config_dump($f);
        is($?, 0, 'no errors from git-config parsing');
        ok($cfg->{'extindex.all.topdir'}, 'extindex.topdir defined');
+
+       $res = $cb->(GET('/all/all.mbox.gz'));
+       is($res->code, 200, 'all.mbox.gz');
 };
 test_psgi(sub { $www->call(@_) }, $client);
 %$env = (%$env, TMPDIR => $tmpdir, PI_CONFIG => $pi_config);