[svn:parrot] r46565 - trunk/t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu May 13 02:13:50 UTC 2010


Author: mikehh
Date: Thu May 13 02:13:48 2010
New Revision: 46565
URL: https://trac.parrot.org/parrot/changeset/46565

Log:
remove TODO from passing test - no more 'todo', 'fixme' or 'XXX' items

Modified:
   trunk/t/codingstd/pod_todo.t

Modified: trunk/t/codingstd/pod_todo.t
==============================================================================
--- trunk/t/codingstd/pod_todo.t	Thu May 13 01:30:49 2010	(r46564)
+++ trunk/t/codingstd/pod_todo.t	Thu May 13 02:13:48 2010	(r46565)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -31,8 +31,6 @@
 my $nbad_files = scalar @{ $need_testing_ref };
 
 # only ok if everything passed
-TODO: {
-    local $TODO = 'some todo remain';
 
 is(
     $bad_files,
@@ -42,7 +40,6 @@
 
 diag("\nFound $nbad_files files with 'todo', 'fixme' or 'XXX' items.\n")
     if $nbad_files;
-}
 
 =head1 NAME
 


More information about the parrot-commits mailing list