projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85c306
)
return TEST_SKIPPED if search finds no records.
author
Mike Taylor
<mike@indexdata.com>
Fri, 3 Nov 2006 13:37:33 +0000
(13:37 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 3 Nov 2006 13:37:33 +0000
(13:37 +0000)
lib/ZOOM/IRSpy/Test/Record/Fetch.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm
b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm
index
347c054
..
a2f2369
100644
(file)
--- a/
lib/ZOOM/IRSpy/Test/Record/Fetch.pm
+++ b/
lib/ZOOM/IRSpy/Test/Record/Fetch.pm
@@
-1,4
+1,4
@@
-# $Id: Fetch.pm,v 1.13 2006-11-02 15:02:09 mike Exp $
+# $Id: Fetch.pm,v 1.14 2006-11-03 13:37:33 mike Exp $
# See the "Main" test package for documentation
@@
-30,6
+30,8
@@
sub completed_search {
my $n = $task->{rs}->size();
$conn->log("irspy_test", "Fetch test search found $n records");
+ return ZOOM::IRSpy::Status::TEST_SKIPPED if $n == 0;
+
my @syntax = (
'canmarc',
'danmarc',