Explicitly set scan term-count to 10 before first scan operation: should not be neces...
[ZOOM-Perl-moved-to-github.git] / t / 25-scan.t
index 145fa1a..40fd46f 100644 (file)
@@ -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 = ();