Debian dependency on libmarc-record-perl
[ZOOM-Perl-moved-to-github.git] / t / 25-scan.t
index 145fa1a..ff145c1 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 25-scan.t,v 1.11 2007-08-16 17:19:35 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 25-scan.t'
 
@@ -14,6 +12,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 = ();