Author: jkeenan
Date: Sun Nov  4 07:39:07 2007
New Revision: 22701

Added:
   trunk/t/configure/152-auto_revision.t
      - copied, changed from r22700, /trunk/t/configure/153-auto_revision.t
   trunk/t/configure/153-gen_icu.t
      - copied, changed from r22699, /trunk/t/configure/152-gen_icu.t
Removed:
   trunk/t/configure/152-gen_icu.t
   trunk/t/configure/153-auto_revision.t
Modified:
   trunk/MANIFEST

Log:
Changing number in filename to reflect position of step class being tested in 
Parrot::Configure::Step::List.  Also, updating references to filename within 
file.

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sun Nov  4 07:39:07 2007
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sun Nov  4 15:30:19 2007 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Nov  4 15:38:46 2007 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -3096,8 +3096,8 @@
 t/configure/149-auto_m4.t                                   []
 t/configure/150-auto_ctags.t                                []
 t/configure/151-auto_cpu-01.t                               []
-t/configure/152-gen_icu.t                                   []
-t/configure/153-auto_revision.t                             []
+t/configure/152-auto_revision.t                             []
+t/configure/153-gen_icu.t                                   []
 t/configure/154-gen_config_h.t                              []
 t/configure/155-gen_core_pmcs.t                             []
 t/configure/156-gen_parrot_include.t                        []

Copied: trunk/t/configure/152-auto_revision.t (from r22700, 
/trunk/t/configure/153-auto_revision.t)
==============================================================================
--- /trunk/t/configure/153-auto_revision.t      (original)
+++ trunk/t/configure/152-auto_revision.t       Sun Nov  4 07:39:07 2007
@@ -1,7 +1,7 @@
 #! perl
 # Copyright (C) 2007, The Perl Foundation.
 # $Id$
-# 153-auto_revision.t
+# 152-auto_revision.t
 
 use strict;
 use warnings;
@@ -16,11 +16,11 @@
 
 =head1 NAME
 
-153-auto_revision.t - test config::auto::revision
+152-auto_revision.t - test config::auto::revision
 
 =head1 SYNOPSIS
 
-    % prove t/configure/153-auto_revision.t
+    % prove t/configure/152-auto_revision.t
 
 =head1 DESCRIPTION
 

Copied: trunk/t/configure/153-gen_icu.t (from r22699, 
/trunk/t/configure/152-gen_icu.t)
==============================================================================
--- /trunk/t/configure/152-gen_icu.t    (original)
+++ trunk/t/configure/153-gen_icu.t     Sun Nov  4 07:39:07 2007
@@ -1,7 +1,7 @@
 #! perl
 # Copyright (C) 2007, The Perl Foundation.
 # $Id$
-# 152-gen_icu.t
+# 153-gen_icu.t
 
 use strict;
 use warnings;
@@ -23,11 +23,11 @@
 
 =head1 NAME
 
-152-gen_icu.t - test config::gen::icu
+153-gen_icu.t - test config::gen::icu
 
 =head1 SYNOPSIS
 
-    % prove t/configure/152-gen_icu.t
+    % prove t/configure/153-gen_icu.t
 
 =head1 DESCRIPTION
 

Reply via email to