r1760@llin: dpavlin | 2009-04-20 15:44:39 +0200
[webpac2] / t / 2-input-ovid.t
index 990e2d1..b5e304f 100755 (executable)
@@ -3,7 +3,7 @@
 use strict;
 use blib;
 
-use Test::More tests => 63;
+use Test::More tests => 48;
 
 BEGIN {
 use_ok( 'WebPAC::Test' );
@@ -23,7 +23,7 @@ ok(my $db = $input->open(
        path => "$abs_path/data/ovid-cites.txt"
 ), "open");
 ok(my $size = $input->size, "size");
-cmp_ok( $size, '==', 95, 'size ok' );
+cmp_ok( $size, '==', 14, 'size ok' );
 
 foreach my $mfn ( 1 ... $size ) {
        my $rec = $input->fetch;