Author: jkeenan
Date: Sat Oct  6 17:13:59 2007
New Revision: 21933

Added:
   branches/reconfigure/t/configure/050-fatal.t
      - copied unchanged from r21932, 
/branches/reconfigure/t/configure/050-fatal_step.t
Removed:
   branches/reconfigure/t/configure/050-fatal_step.t
Modified:
   branches/reconfigure/MANIFEST
   branches/reconfigure/t/configure/052-verbose_step_name.t

Log:
Change name of test file to reflect that now we're testing the --fatal option 
rather than the --fatal-step option.

Modified: branches/reconfigure/MANIFEST
==============================================================================
--- branches/reconfigure/MANIFEST       (original)
+++ branches/reconfigure/MANIFEST       Sat Oct  6 17:13:59 2007
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Fri Oct  5 23:40:52 2007 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Oct  7 00:12:09 2007 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2961,7 +2961,7 @@
 t/configure/047-inter.t                                     []
 t/configure/048-return_undef.t                              []
 t/configure/049-run_single_step.t                           []
-t/configure/050-fatal_step.t                                []
+t/configure/050-fatal.t                                     []
 t/configure/051-list_of_steps.t                             []
 t/configure/052-verbose_step_name.t                         []
 t/configure/101-init_manifest.01.t                          []

Modified: branches/reconfigure/t/configure/052-verbose_step_name.t
==============================================================================
--- branches/reconfigure/t/configure/052-verbose_step_name.t    (original)
+++ branches/reconfigure/t/configure/052-verbose_step_name.t    Sat Oct  6 
17:13:59 2007
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-use Test::More qw(no_plan); # tests => 13;
+use Test::More tests => 13;
 use Carp;
 use lib qw( lib t/configure/testlib );
 use Parrot::Configure;

Reply via email to