perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r29901 - trunk/t/steps

Subject: [svn:parrot] r29901 - trunk/t/steps
From: particle@xxxxxxxxxxxx
Date: Wed, 30 Jul 2008 21:26:42 -0700 (PDT)
Newsgroups: perl.cvs.parrot

Author: particle
Date: Wed Jul 30 21:26:42 2008
New Revision: 29901

Modified:
   trunk/t/steps/auto_ctags-01.t

Log:
[config] remove todo block from bonus tests

Modified: trunk/t/steps/auto_ctags-01.t
==============================================================================
--- trunk/t/steps/auto_ctags-01.t       (original)
+++ trunk/t/steps/auto_ctags-01.t       Wed Jul 30 21:26:42 2008
@@ -61,14 +61,11 @@
         sub { $step->runstep($conf) },
         \$stdout
     );
-TODO: {
-    local $TODO = 'Tests not yet passing on Win32';
     ok( $ret, "runstep() returned true value" );
     ok( defined $step->result(), "Result was defined");
     is($conf->data->get('ctags'), 'ctags',
         "Correct value for 'ctags' attribute was set");
 }
-}
 
 $conf->replenish($serialized);
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r29901 - trunk/t/steps, particle <=