From b41d5362e96e0170b678413ba1e06f44228ab305 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 8 Nov 2005 16:49:06 +0000 Subject: [PATCH] Adjust count of tests. --- t/24-sorting.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }; -- 1.7.10.4