X-Git-Url: http://git.rot13.org/?p=Biblio-Z3950.git;a=blobdiff_plain;f=t%2F2-AlephTR.t;h=240f1a4323d9112cf198c8b7d0c27473792458a5;hp=e88ec04ca8c80231e856ec5511caebcfb48debdb;hb=508aa0b160ae0f5e52e70062c0c0c9776c689a50;hpb=b053435c48440263d6c49b8c95cb6cb3cfd9ae40 diff --git a/t/2-AlephTR.t b/t/2-AlephTR.t index e88ec04..240f1a4 100755 --- a/t/2-AlephTR.t +++ b/t/2-AlephTR.t @@ -5,9 +5,9 @@ use strict; use Test::More tests => 6; -use_ok 'Aleph'; +use_ok 'AlephTR'; -ok( my $o = Aleph->new('ZAG01'), 'new' ); +ok( my $o = AlephTR->new(), 'new' ); ok( my $hits = $o->search( 'WTI=linux' ), 'search' ); diag "$hits results";