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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Aug 30 01:07:22 UTC 2010


Author: jkeenan
Date: Mon Aug 30 01:07:21 2010
New Revision: 48723
URL: https://trac.parrot.org/parrot/changeset/48723

Log:
Have test output tell us how many TODOs, etc., remain.

Modified:
   trunk/t/codingstd/c_todo.t

Modified: trunk/t/codingstd/c_todo.t
==============================================================================
--- trunk/t/codingstd/c_todo.t	Mon Aug 30 01:06:50 2010	(r48722)
+++ trunk/t/codingstd/c_todo.t	Mon Aug 30 01:07:21 2010	(r48723)
@@ -60,7 +60,7 @@
 
 my $num_failed_files = scalar keys %failed_files;
 TODO: {
-    local $TODO = 'some todos remain';
+    local $TODO = scalar(@fixme) . ' todos remain';
 
 ok( !scalar(@fixme), 'FIXME strings' )
     or diag( "FIXME strings found in "


More information about the parrot-commits mailing list