X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=86f5aecab2ed7412bcdb4b0dbf31e63aab7355eb;hb=adf4375f42066dd4498c08b68b9a784dd4ea7eac;hp=2705be61cc4d0c389e337534b81922e83472aba7;hpb=c3814e75a795a951ec1c89f9214709f8db9d233d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/Title.pm b/lib/ZOOM/IRSpy/Test/Search/Title.pm index 2705be6..86f5aec 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Title.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Title.pm @@ -1,4 +1,4 @@ -# $Id: Title.pm,v 1.9 2006-11-29 18:18:38 mike Exp $ +# $Id: Title.pm,v 1.10 2007-02-23 15:03:44 mike Exp $ # See the "Main" test package for documentation @@ -19,7 +19,7 @@ sub start { my($conn) = @_; $conn->irspy_search_pqf('@attr 1=4 mineral', undef, {}, - ZOOM::Event::RECV_SEARCH, \&found, + ZOOM::Event::ZEND, \&found, "exception", \&error); }