support turkish translation of Aleph
[Biblio-Z3950.git] / t / 2-AlephTR.t
index e88ec04..240f1a4 100755 (executable)
@@ -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";