Author: jkeenan
Date: Tue Jul 22 18:47:54 2008
New Revision: 29687

Modified:
   branches/parallel/t/steps/auto_aio-01.t
   branches/parallel/t/steps/auto_gdbm-01.t

Log:
Specify exact number of tests in plan.

Modified: branches/parallel/t/steps/auto_aio-01.t
==============================================================================
--- branches/parallel/t/steps/auto_aio-01.t     (original)
+++ branches/parallel/t/steps/auto_aio-01.t     Tue Jul 22 18:47:54 2008
@@ -5,7 +5,7 @@
 
 use strict;
 use warnings;
-use Test::More qw(no_plan); # tests => 31;
+use Test::More tests => 31;
 use Carp;
 use lib qw( lib t/configure/testlib );
 use_ok('config::init::defaults');

Modified: branches/parallel/t/steps/auto_gdbm-01.t
==============================================================================
--- branches/parallel/t/steps/auto_gdbm-01.t    (original)
+++ branches/parallel/t/steps/auto_gdbm-01.t    Tue Jul 22 18:47:54 2008
@@ -5,7 +5,7 @@
 
 use strict;
 use warnings;
-use Test::More qw(no_plan); # tests =>  13;
+use Test::More tests =>  62;
 use Carp;
 use Cwd;
 use File::Spec;

Reply via email to