1 # $Id: Title.pm,v 1.2 2006-07-11 14:16:35 mike Exp $
3 # See the "Main" test package for documentation
5 package ZOOM::IRSpy::Test::Search::Title;
11 use ZOOM::IRSpy::Test;
13 @ISA = qw(ZOOM::IRSpy::Test);
18 my $irspy = $this->irspy();
19 my $pod = $irspy->pod();
21 $pod->callback(ZOOM::Event::RECV_SEARCH, \&found);
22 $pod->search_pqf('@attr 1=4 computer');
23 my $err = $pod->wait($irspy);
30 my($conn, $irspy, $rs, $event) = @_;
32 my $rec = $irspy->record($conn);
34 $irspy->log("irspy_test", $conn->option("host"),
35 " title search found $n record", $n==1 ? "" : "s");
36 ### We should note the success or failure of the search in $rec