Author: jkeenan
Date: Sat Jan 19 16:51:07 2008
New Revision: 25014

Modified:
   branches/revision/t/configure/017-revision_from_cache.t
   branches/revision/t/configure/018-revision_to_cache.t

Log:
Correct bad filename in POD and comments.

Modified: branches/revision/t/configure/017-revision_from_cache.t
==============================================================================
--- branches/revision/t/configure/017-revision_from_cache.t     (original)
+++ branches/revision/t/configure/017-revision_from_cache.t     Sat Jan 19 
16:51:07 2008
@@ -1,14 +1,14 @@
 #! perl
 # Copyright (C) 2007, The Perl Foundation.
 # $Id$
-# 017-revision_no_DEVELOPING.t
+# 017-revision_from_cache.t
 
 use strict;
 use warnings;
 
 use Test::More;
-plan( skip_all => 'Relevant only when working in checkout from repository' )
-    unless (-e 'DEVELOPING');
+plan( skip_all => "\nRelevant only when working in checkout from repository 
and during configuration" )
+    unless (-e 'DEVELOPING' and ! -e 'Makefile');
 plan( tests =>  7 );
 use Carp;
 use Cwd;
@@ -48,11 +48,11 @@
 
 =head1 NAME
 
-017-revision_no_DEVELOPING.t - test Parrot::Revision
+017-revision_from_cache.t - test Parrot::Revision
 
 =head1 SYNOPSIS
 
-    % prove t/configure/017-revision_no_DEVELOPING.t
+    % prove t/configure/017-revision_from_cache.t
 
 =head1 DESCRIPTION
 

Modified: branches/revision/t/configure/018-revision_to_cache.t
==============================================================================
--- branches/revision/t/configure/018-revision_to_cache.t       (original)
+++ branches/revision/t/configure/018-revision_to_cache.t       Sat Jan 19 
16:51:07 2008
@@ -1,14 +1,14 @@
 #! perl
 # Copyright (C) 2007, The Perl Foundation.
 # $Id$
-# 018-revision.t
+# 018-revision_to_cache.t
 
 use strict;
 use warnings;
 
 use Test::More;
-plan( skip_all => 'Relevant only when working in checkout from repository' )
-    unless (-e 'DEVELOPING');
+plan( skip_all => "\nRelevant only when working in checkout from repository 
and during configuration" )
+    unless (-e 'DEVELOPING' and ! -e 'Makefile');
 plan( tests =>  8 );
 use Carp;
 use Cwd;
@@ -44,11 +44,11 @@
 
 =head1 NAME
 
-018-revision.t - test Parrot::Revision
+018-revision_to_cache.t - test Parrot::Revision
 
 =head1 SYNOPSIS
 
-    % prove t/configure/018-revision.t
+    % prove t/configure/018-revision_to_cache.t
 
 =head1 DESCRIPTION
 

Reply via email to