X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FResultSet%2FNamed.pm;h=346b4ec16dcc7e69ba1efb86a08d5012d4a06536;hb=4404b40258aa7c44a9126e56098f3b8459b69a96;hp=3a5a950c5d4b6b2a67459e069b21a7e32f611109;hpb=eb28bd29ed17e00209d4a95f8ebe4046cdb8319d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/ResultSet/Named.pm b/lib/ZOOM/IRSpy/Test/ResultSet/Named.pm index 3a5a950..346b4ec 100644 --- a/lib/ZOOM/IRSpy/Test/ResultSet/Named.pm +++ b/lib/ZOOM/IRSpy/Test/ResultSet/Named.pm @@ -1,4 +1,4 @@ -# $Id: Named.pm,v 1.1 2006-11-02 11:46:40 sondberg Exp $ +# $Id: Named.pm,v 1.2 2007-02-23 15:03:44 mike Exp $ # See the "Main" test package for documentation @@ -20,7 +20,7 @@ sub start { $conn->irspy_search_pqf("\@attr 1=4 mineral", {}, {'setname' => 'a', 'start' => 0, 'count' => 0}, - ZOOM::Event::RECV_SEARCH, \&completed_search_a, + ZOOM::Event::ZEND, \&completed_search_a, exception => \&error); } @@ -40,7 +40,7 @@ sub completed_search_a { {'record_a' => $record, 'hits_a' => $hits, 'rs_a' => $rs}, {'setname' => 'b'}, - ZOOM::Event::RECV_SEARCH, \&completed_search_b, + ZOOM::Event::ZEND, \&completed_search_b, exception => \&error); return ZOOM::IRSpy::Status::TASK_DONE;