More information in scan diagnostics
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 14:26:03 +0000 (15:26 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 14:26:03 +0000 (15:26 +0100)
t/15-scan.t
t/25-scan.t

index f894513..7bbbd69 100644 (file)
@@ -127,6 +127,6 @@ sub scan {
 
     my $n = Net::Z3950::ZOOM::scanset_size($ss);
     ok(defined $n, "got size");
-    ok($n == $nexpected, "got $n terms (expected $nexpected)");
+    ok($n == $nexpected, "got $n terms '$startterm' (expected $nexpected)");
     return ($ss, $n);
 }
index a6da292..145fa1a 100644 (file)
@@ -115,6 +115,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);
 }