about summary refs log tree commit homepage
path: root/t/extsearch.t
diff options
context:
space:
mode:
Diffstat (limited to 't/extsearch.t')
-rw-r--r--t/extsearch.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/extsearch.t b/t/extsearch.t
index 10b14baf..2a1b05c7 100644
--- a/t/extsearch.t
+++ b/t/extsearch.t
@@ -53,7 +53,10 @@ run_script(['-mda', '--no-precheck'], $env, { 0 => $fh }) or BAIL_OUT '-mda';
 run_script(['-index', "$home/v1test"]) or BAIL_OUT "index $?";
 
 ok(run_script([qw(-extindex --all), "$home/extindex"]), 'extindex init');
-
+{
+        my $es = PublicInbox::ExtSearch->new("$home/extindex");
+        ok($es->has_threadid, '->has_threadid');
+}
 
 { # TODO: -extindex should write this to config
         open $fh, '>>', $cfg_path or BAIL_OUT $!;