From: mike Date: Tue, 8 Nov 2005 16:49:06 +0000 (+0000) Subject: Adjust count of tests. X-Git-Tag: cpan_1_22~371 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b41d5362e96e0170b678413ba1e06f44228ab305;p=ZOOM-Perl-moved-to-github.git Adjust count of tests. --- diff --git a/t/24-sorting.t b/t/24-sorting.t index 5c49a7b..268c8c6 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -1,11 +1,11 @@ -# $Id: 24-sorting.t,v 1.3 2005-11-08 16:41:25 mike Exp $ +# $Id: 24-sorting.t,v 1.4 2005-11-08 16:49:06 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 24-sorting.t' use strict; use warnings; -use Test::More tests => 27; +use Test::More tests => 29; use MARC::Record; BEGIN { use_ok('ZOOM') };