Author: jkeenan Date: Sat Oct 6 18:17:03 2007 New Revision: 21937 Modified: branches/reconfigure/t/configure/041-return_undef.t branches/reconfigure/t/configure/042-list_of_steps.t branches/reconfigure/t/configure/043-verbose_step_name.t branches/reconfigure/t/configure/051-fatal_step.t branches/reconfigure/t/configure/052-fatal_step.t branches/reconfigure/t/configure/053-fatal_step.t branches/reconfigure/t/configure/054-fatal_step.t
Log: Updating test name within file to reflect renumbering. Modified: branches/reconfigure/t/configure/041-return_undef.t ============================================================================== --- branches/reconfigure/t/configure/041-return_undef.t (original) +++ branches/reconfigure/t/configure/041-return_undef.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 048-return_undef.t +# 041-return_undef.t use strict; use warnings; @@ -81,12 +81,12 @@ =head1 NAME -048-return_undef.t - see what happens when configuration step returns an +041-return_undef.t - see what happens when configuration step returns an undefined value =head1 SYNOPSIS - % prove t/configure/048-return_undef.t + % prove t/configure/041-return_undef.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/042-list_of_steps.t ============================================================================== --- branches/reconfigure/t/configure/042-list_of_steps.t (original) +++ branches/reconfigure/t/configure/042-list_of_steps.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 051-list_of_steps.t +# 042-list_of_steps.t use strict; use warnings; @@ -49,11 +49,11 @@ =head1 NAME -051-list_of_steps.t - test C<Parrot::Configure::get_list_of_steps()> +042-list_of_steps.t - test C<Parrot::Configure::get_list_of_steps()> =head1 SYNOPSIS - % prove t/configure/051-list_of_steps.t + % prove t/configure/042-list_of_steps.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/043-verbose_step_name.t ============================================================================== --- branches/reconfigure/t/configure/043-verbose_step_name.t (original) +++ branches/reconfigure/t/configure/043-verbose_step_name.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 052-verbose_step_name.t +# 043-verbose_step_name.t use strict; use warnings; @@ -73,11 +73,11 @@ =head1 NAME -052-verbose_step_name.t - test bad step failure case in Parrot::Configure +043-verbose_step_name.t - test bad step failure case in Parrot::Configure =head1 SYNOPSIS - % prove t/configure/052-verbose_step_name.t + % prove t/configure/043-verbose_step_name.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/051-fatal_step.t ============================================================================== --- branches/reconfigure/t/configure/051-fatal_step.t (original) +++ branches/reconfigure/t/configure/051-fatal_step.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 042-fatal_step.t +# 051-fatal_step.t use strict; use warnings; @@ -85,11 +85,11 @@ =head1 NAME -042-fatal_step.t - test bad step failure case in Parrot::Configure +051-fatal_step.t - test bad step failure case in Parrot::Configure =head1 SYNOPSIS - % prove t/configure/042-fatal_step.t + % prove t/configure/051-fatal_step.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/052-fatal_step.t ============================================================================== --- branches/reconfigure/t/configure/052-fatal_step.t (original) +++ branches/reconfigure/t/configure/052-fatal_step.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 043-fatal_step.t +# 052-fatal_step.t use strict; use warnings; @@ -85,11 +85,11 @@ =head1 NAME -043-fatal_step.t - test bad step failure case in Parrot::Configure +052-fatal_step.t - test bad step failure case in Parrot::Configure =head1 SYNOPSIS - % prove t/configure/043-fatal_step.t + % prove t/configure/052-fatal_step.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/053-fatal_step.t ============================================================================== --- branches/reconfigure/t/configure/053-fatal_step.t (original) +++ branches/reconfigure/t/configure/053-fatal_step.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 044-fatal_step.t +# 053-fatal_step.t use strict; use warnings; @@ -63,11 +63,11 @@ =head1 NAME -044-fatal_step.t - test bad step failure case in Parrot::Configure +053-fatal_step.t - test bad step failure case in Parrot::Configure =head1 SYNOPSIS - % prove t/configure/044-fatal_step.t + % prove t/configure/053-fatal_step.t =head1 DESCRIPTION Modified: branches/reconfigure/t/configure/054-fatal_step.t ============================================================================== --- branches/reconfigure/t/configure/054-fatal_step.t (original) +++ branches/reconfigure/t/configure/054-fatal_step.t Sat Oct 6 18:17:03 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 045-fatal_step.t +# 054-fatal_step.t use strict; use warnings; @@ -74,11 +74,11 @@ =head1 NAME -045-fatal_step.t - test bad step failure case in Parrot::Configure +054-fatal_step.t - test bad step failure case in Parrot::Configure =head1 SYNOPSIS - % prove t/configure/045-fatal_step.t + % prove t/configure/054-fatal_step.t =head1 DESCRIPTION
