Author: bernhard
Date: Tue Mar 21 14:38:27 2006
New Revision: 11976

Added:
   trunk/t/perl/Parrot_Docs.t
      - copied unchanged from r11974, /trunk/t/doc/Parrot_Docs.t
Removed:
   trunk/t/doc/Parrot_Docs.t
Modified:
   trunk/MANIFEST
   trunk/docs/tests.pod
   trunk/t/README
   trunk/t/perl/README

Log:
Move Parrot_Docs.t from t/docs to t/perl, as
Parrot_Docs.t test Perl5 Modules.
Tidbits in test docs.


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Tue Mar 21 14:38:27 2006
@@ -2012,7 +2012,6 @@
 t/distro/test_file_coverage.t                     []
 t/distro/manifest.t                               []
 t/doc/opcode-doc.t                                []
-t/doc/Parrot_Docs.t                               []
 t/doc/pod.t                                       []
 t/dynoplibs/dan.t                                 []
 t/dynoplibs/myops.t                               []
@@ -2093,9 +2092,10 @@
 t/op/types.t                                      []
 t/perl/cppcomments.t                              []
 t/perl/Parrot_Distribution.t                      []
+t/perl/Parrot_Docs.t                              []
 t/perl/Parrot_IO.t                                []
-t/perl/README                                     []
 t/perl/Parrot_Test.t                              []
+t/perl/README                                     []
 t/pmc/addrregistry.t                              []
 t/pmc/array.t                                     []
 t/pmc/bigint.t                                    []

Modified: trunk/docs/tests.pod
==============================================================================
--- trunk/docs/tests.pod        (original)
+++ trunk/docs/tests.pod        Tue Mar 21 14:38:27 2006
@@ -1,4 +1,4 @@
-# Copyright: 2001-2005 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2001-2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 =head1 NAME
@@ -28,8 +28,8 @@
 
 Parrot has a status page with smoke test results
 L<http://smoke.parrotcode.org/smoke/>. You can supply new tests
-results just running C<make smoke>. It will run the same tests as
-C<make test> would, but creating a HTML table with the test
+results by just running C<make smoke>. It will run the same tests as
+C<make test> would, but will additionally create a HTML table with the test
 results. At the end, it will try to upload the test results to the
 smoke server.
 
@@ -53,7 +53,7 @@
 =head1 How to write a test
 
 The testing framework needs to know how many tests it should expect.  So the
-number of planned tests needs to be incremented when adding a new test.  This
+number of planned tests needs to be incremented when adding a new test. This
 is done near the top of a test file, in a line that looks like:
 
   use Parrot::Test tests => 8;
@@ -137,8 +137,8 @@
 
 =head2 Testing language implementations
 
-Language implementations are usually tested with the test function
-C<language_output_is>.
+Language implementations are usually tested with 
+C<language_output_is> and friends..
 
 =head1 Ideal tests:
 
@@ -184,5 +184,6 @@
 
 L<http://qa.perl.org/>
 F<t/TESTS.STATUS.pod>
+F<t/README>
 
 =cut

Modified: trunk/t/README
==============================================================================
--- trunk/t/README      (original)
+++ trunk/t/README      Tue Mar 21 14:38:27 2006
@@ -1,4 +1,4 @@
-# Copyright: 2005 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 This directory contains the Parrot test suite.

Modified: trunk/t/perl/README
==============================================================================
--- trunk/t/perl/README (original)
+++ trunk/t/perl/README Tue Mar 21 14:38:27 2006
@@ -3,4 +3,4 @@
 
 This directory contains test code for Perl5 modules used as helpers for Parrot.
 See also the documentation in ../../docs/tests.pod.
-See also ../t/configure.
+Test of the Perl5 modules used for Parrot configuration are in ../t/configure.

Reply via email to