single field search mapping to fill text indexes
[Biblio-Z3950.git] / t / 6-CROSBI.t
index 7b95d04..916dcc2 100755 (executable)
@@ -3,9 +3,9 @@
 use warnings;
 use strict;
 
-use Test::More tests => 7;
+use Test::More tests => 11;
 
-my $search = join(' ', @ARGV) || 'denis bratko';
+my $search = join(' ', @ARGV) || 'fti_au:denis bratko';
 
 use_ok 'CROSBI';
 
@@ -29,3 +29,4 @@ foreach ( 1 .. $hits ) {
 }
 
 } # database
+