X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=8ccb221070ed812ea8a797a3d5fc10289f57c8b4;hb=5550a26d54f5f5e65eb30f3f2b383f9836082dfb;hp=3bc62011e5bc177f6d47e59339f948eb84821b84;hpb=677bef0d836d1827b2d701636dfbb53380cd98cf;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 3bc6201..8ccb221 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.6 2006-10-12 14:38:27 mike Exp $ +# $Id: Title.pm,v 1.8 2006-10-25 10:49:51 mike Exp $ # See the "Main" test package for documentation @@ -16,7 +16,7 @@ sub start { my $class = shift(); my($conn) = @_; - $conn->irspy_search_pqf('@attr 1=4 mineral', undef, + $conn->irspy_search_pqf('@attr 1=4 mineral', undef, {}, ZOOM::Event::RECV_SEARCH, \&found, "exception", \&error); } @@ -39,7 +39,7 @@ sub found { sub error { my($conn, $task, $__UNUSED_udata, $exception) = @_; - $conn->log("irspy_test", "error: $exception"); + $conn->log("irspy_test", "title search had error: $exception"); my $rec = $conn->record(); $rec->append_entry("irspy:status", "" . isodate(time()) . "");