use fti_au for author search
[Biblio-Z3950.git] / t / 6-CROSBI.t
index 4f2f1df..7b95d04 100755 (executable)
@@ -19,6 +19,8 @@ like $hits, qr/^\d+$/, "hits: $hits";
 
 diag "SQL", $o->{sql};
 
+$hits = 3 unless $ENV{DEBUG};
+
 foreach ( 1 .. $hits ) {
 
        ok( my $marc = $o->next_marc, "next_marc $_" );