[svn:parrot] r37211 - trunk/lib/Parrot/Docs/Section

allison at svn.parrot.org allison at svn.parrot.org
Sun Mar 8 22:23:17 UTC 2009


Author: allison
Date: Sun Mar  8 22:23:16 2009
New Revision: 37211
URL: https://trac.parrot.org/parrot/changeset/37211

Log:
[cage] Removing 't/doc' from the documentation generator, as the
directory was removed in r37193.

Modified:
   trunk/lib/Parrot/Docs/Section/Tests.pm

Modified: trunk/lib/Parrot/Docs/Section/Tests.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Tests.pm	Sun Mar  8 21:11:33 2009	(r37210)
+++ trunk/lib/Parrot/Docs/Section/Tests.pm	Sun Mar  8 22:23:16 2009	(r37211)
@@ -45,7 +45,6 @@
         $self->new_group( 'Compilers Tests',        '', 't/compilers' ),
         $self->new_group( 'Configure Tests',        '', 't/configure' ),
         $self->new_group( 'Distribution Tests',     '', 't/distro' ),
-        $self->new_group( 'Documentation Tests',    '', 't/doc' ),
         $self->new_group( 'Examples Tests',         '', 't/examples' ),
         $self->new_group( 'Libraries Tests',        '', 't/library' ),
         $self->new_group( 'Native Bytecode Tests',  '', 't/native_pbc' ),


More information about the parrot-commits mailing list