[svn:parrot] r41769 - trunk/t/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Oct 9 02:54:34 UTC 2009


Author: jkeenan
Date: Fri Oct  9 02:54:33 2009
New Revision: 41769
URL: https://trac.parrot.org/parrot/changeset/41769

Log:
Correct outdated filename in depiction of how to run 'prove' on file.  Applying patch submitted by kurahaupo in https://trac.parrot.org/parrot/ticket/1099.

Modified:
   trunk/t/pmc/arrayiterator.t
   trunk/t/pmc/codestring.t
   trunk/t/pmc/coroutine.t
   trunk/t/pmc/exception-old.t
   trunk/t/pmc/exceptionhandler.t
   trunk/t/pmc/fixedbooleanarray.t
   trunk/t/pmc/fixedintegerarray.t
   trunk/t/pmc/fixedstringarray.t
   trunk/t/pmc/hashiterator.t
   trunk/t/pmc/multidispatch.t
   trunk/t/pmc/namespace-old.t
   trunk/t/pmc/pccmethod_test.t
   trunk/t/pmc/resizableintegerarray.t
   trunk/t/pmc/stringiterator.t

Modified: trunk/t/pmc/arrayiterator.t
==============================================================================
--- trunk/t/pmc/arrayiterator.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/arrayiterator.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/array.t
+    % prove t/pmc/arrayiterator.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/codestring.t
==============================================================================
--- trunk/t/pmc/codestring.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/codestring.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -9,7 +9,7 @@
 
 =head1 SYNOPSIS
 
-        % prove t/pmc/codestring.t
+    % prove t/pmc/codestring.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/coroutine.t
==============================================================================
--- trunk/t/pmc/coroutine.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/coroutine.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -14,7 +14,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/coroutines.t
+    % prove t/pmc/coroutine.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/exception-old.t
==============================================================================
--- trunk/t/pmc/exception-old.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/exception-old.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -14,7 +14,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/exception.t
+    % prove t/pmc/exception-old.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/exceptionhandler.t
==============================================================================
--- trunk/t/pmc/exceptionhandler.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/exceptionhandler.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/exception_handler.t
+    % prove t/pmc/exceptionhandler.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/fixedbooleanarray.t
==============================================================================
--- trunk/t/pmc/fixedbooleanarray.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/fixedbooleanarray.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/FixedBooleanArray.t
+    % prove t/pmc/fixedbooleanarray.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/fixedintegerarray.t
==============================================================================
--- trunk/t/pmc/fixedintegerarray.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/fixedintegerarray.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/FixedIntegerArray.t
+    % prove t/pmc/fixedintegerarray.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/fixedstringarray.t
==============================================================================
--- trunk/t/pmc/fixedstringarray.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/fixedstringarray.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/FixedStringArray.t
+    % prove t/pmc/fixedstringarray.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/hashiterator.t
==============================================================================
--- trunk/t/pmc/hashiterator.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/hashiterator.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/hash.t
+    % prove t/pmc/hashiterator.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/multidispatch.t
==============================================================================
--- trunk/t/pmc/multidispatch.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/multidispatch.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -17,7 +17,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/mmd.t
+    % prove t/pmc/multidispatch.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/namespace-old.t
==============================================================================
--- trunk/t/pmc/namespace-old.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/namespace-old.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -15,7 +15,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/namespace.t
+    % prove t/pmc/namespace-old.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/pccmethod_test.t
==============================================================================
--- trunk/t/pmc/pccmethod_test.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/pccmethod_test.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -15,7 +15,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/pmethod_test.t
+    % prove t/pmc/pccmethod_test.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/resizableintegerarray.t
==============================================================================
--- trunk/t/pmc/resizableintegerarray.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/resizableintegerarray.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/ResizableIntegerArray.t
+    % prove t/pmc/resizableintegerarray.t
 
 =head1 DESCRIPTION
 

Modified: trunk/t/pmc/stringiterator.t
==============================================================================
--- trunk/t/pmc/stringiterator.t	Thu Oct  8 11:07:36 2009	(r41768)
+++ trunk/t/pmc/stringiterator.t	Fri Oct  9 02:54:33 2009	(r41769)
@@ -8,7 +8,7 @@
 
 =head1 SYNOPSIS
 
-    % prove t/pmc/string.t
+    % prove t/pmc/stringiterator.t
 
 =head1 DESCRIPTION
 


More information about the parrot-commits mailing list