about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/extsearch.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/extsearch.t b/t/extsearch.t
index 2a1b05c7..2b8b88ea 100644
--- a/t/extsearch.t
+++ b/t/extsearch.t
@@ -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: {