Author: jkeenan
Date: Mon Oct  1 19:43:51 2007
New Revision: 21731

Modified:
   branches/reconfigure/t/configure/046-inter.t
   branches/reconfigure/t/configure/047-inter.t

Log:
Specify exact number of tests in plan.

Modified: branches/reconfigure/t/configure/046-inter.t
==============================================================================
--- branches/reconfigure/t/configure/046-inter.t        (original)
+++ branches/reconfigure/t/configure/046-inter.t        Mon Oct  1 19:43:51 2007
@@ -5,10 +5,9 @@
 
 use strict;
 use warnings;
-use Test::More qw(no_plan); # tests => 11;
+use Test::More tests => 13;
 use Carp;
 use lib qw( lib t/configure/testlib );
-#use_ok('inter::theta');
 use Parrot::Configure;
 use Parrot::Configure::Options qw( process_options );
 use Parrot::IO::Capture::Mini;

Modified: branches/reconfigure/t/configure/047-inter.t
==============================================================================
--- branches/reconfigure/t/configure/047-inter.t        (original)
+++ branches/reconfigure/t/configure/047-inter.t        Mon Oct  1 19:43:51 2007
@@ -5,7 +5,7 @@
 
 use strict;
 use warnings;
-use Test::More qw(no_plan); # tests => 12;
+use Test::More tests => 15;
 use Carp;
 use lib qw( lib t/configure/testlib );
 use Parrot::Configure;

Reply via email to