]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/extsearch.t
nntp: make ->ALL Xref generation more fuzzy
[public-inbox.git] / t / extsearch.t
index 2a1b05c769d4c67ea2d0bb813f1968962f7f543a..2b8b88ea2697ff104e0a8495d480545caad2c5fb 100644 (file)
@@ -72,7 +72,8 @@ EOF
        ok($pi_cfg->ALL, '->ALL');
        my $ibx = $pi_cfg->{-by_newsgroup}->{'v2.example'};
        my $ret = $pi_cfg->ALL->nntp_xref_for($ibx, $ibx->over->get_art(1));
-       is_deeply($ret, ['v1.example:1'], '->nntp_xref_for');
+       is_deeply($ret, { 'v1.example' => 1, 'v2.example' => 1 },
+               '->nntp_xref_for');
 }
 
 SKIP: {