X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F25-scan.t;h=40fd46f7e546ffc6ffaf925404c5e28d2149035e;hb=46006e099fa9feecc5e92b727cf5c3a7f43d4a1d;hp=a6da2924f05395564cb14147b32a0f3c01cbe04a;hpb=fe61be48fd3de9c6a508087650443be7617217ba;p=ZOOM-Perl-moved-to-github.git diff --git a/t/25-scan.t b/t/25-scan.t index a6da292..40fd46f 100644 --- a/t/25-scan.t +++ b/t/25-scan.t @@ -14,6 +14,7 @@ my $conn; eval { $conn = new ZOOM::Connection($host, 0) }; ok(!$@, "connection to '$host'"); +$conn->option(number => 10); my($ss, $n) = scan($conn, 0, "w", 10); my @terms = (); @@ -115,6 +116,6 @@ sub scan { my $n = $ss->size(); ok(defined $n, "got size"); - ok($n == $nexpected, "got $n terms (expected $nexpected)"); + ok($n == $nexpected, "got $n terms for '$startterm' (expected $nexpected)"); return ($ss, $n); }