X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FRecord%2FFetch.pm;h=3142974deff91e14879301ddcdba23ddc2440449;hp=d45524c538f8d01b3ef6fcdfab2954f1e1c39404;hb=00d1c259c61d2af367be89af9a69831f58264ae4;hpb=8e8489f6c6191b3335adb1f1b285d9c7ad724023 diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index d45524c..3142974 100644 --- 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.22 2007-02-13 15:04:08 mike Exp $ +# $Id: Fetch.pm,v 1.23 2007-02-13 16:49:14 mike Exp $ # See the "Main" test package for documentation @@ -46,7 +46,7 @@ sub completed_search { if !defined $q; $conn->log("irspy_test", "Trying another search ..."); - $conn->irspy_search_pqf($queries[$qindex], { queryindex => $n }, {}, + $conn->irspy_search_pqf($queries[$qindex], { queryindex => $qindex }, {}, ZOOM::Event::RECV_SEARCH, \&completed_search, exception => \&completed_search); return ZOOM::IRSpy::Status::TASK_DONE;