From c379c264e5f41745cc54a7fe73440493e593e124 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 15 Mar 2011 14:59:14 +0100 Subject: [PATCH] fix APKPM search (parallel CRM and LDAP) --- t/APKPM.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/APKPM.t b/t/APKPM.t index c1708ee..2685431 100755 --- a/t/APKPM.t +++ b/t/APKPM.t @@ -9,7 +9,7 @@ use lib 'lib'; use_ok 'APKPM'; -ok my $o = APKPM->new, 'new'; +ok my $o = APKPM->new( server => 'localhost:4730' ), 'new'; -ok my $r = $o->poll( 'job', 'test' ), 'poll'; +ok my $r = $o->search( 'job', 'test' ), 'search'; diag dump($r); -- 2.20.1