[svn:parrot] r37889 - trunk/t/codingstd
coke at svn.parrot.org
coke at svn.parrot.org
Fri Apr 3 13:36:38 UTC 2009
Author: coke
Date: Fri Apr 3 13:36:30 2009
New Revision: 37889
URL: https://trac.parrot.org/parrot/changeset/37889
Log:
[cage] reference ticket number
we don't want people making this test pass if the test is wrong.
Modified:
trunk/t/codingstd/pod_description.t
Modified: trunk/t/codingstd/pod_description.t
==============================================================================
--- trunk/t/codingstd/pod_description.t Fri Apr 3 11:19:13 2009 (r37888)
+++ trunk/t/codingstd/pod_description.t Fri Apr 3 13:36:30 2009 (r37889)
@@ -48,7 +48,7 @@
my $nempty_description = scalar( @empty_description );
TODO: {
- local $TODO = 'not everything has a DESCRIPTION';
+ local $TODO = 'POD requirements in flux: TT #292';
is(
$empty_description_files,
More information about the parrot-commits
mailing list