From: Mike Taylor Date: Tue, 1 May 2007 16:31:08 +0000 (+0000) Subject: Use Task::Search->render_query() X-Git-Tag: CPAN-v1.02~54^2~392 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f09d2992d3d1d1620eb66c640b63b4387e4050e4 Use Task::Search->render_query() --- diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index 71de6fe..0569245 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.27 2007-03-15 11:38:14 mike Exp $ +# $Id: Fetch.pm,v 1.28 2007-05-01 16:31:08 mike Exp $ # See the "Main" test package for documentation @@ -38,7 +38,7 @@ sub completed_search { my($conn, $task, $udata, $event) = @_; my $n = $task->{rs}->size(); - $conn->log("irspy_test", "Fetch test search (", $task->{query}, ") ", + $conn->log("irspy_test", "Fetch test search (", $task->render_query(), ") ", ref $event && $event->isa("ZOOM::Exception") ? "failed: $event" : "found $n records (event=$event)"); if ($n == 0) {