todoify skip
Peter Rabbitson [Sat, 20 Jun 2009 08:16:02 +0000 (08:16 +0000)]
t/relationship/core.t

index 65093c4..a55b296 100644 (file)
@@ -40,8 +40,8 @@ if ($INC{'DBICTest/HelperRels.pm'}) {
       year => 2005,
   } );
 
- SKIP:{
-    skip "Can't fix right now", 1 if $DBIx::Class::VERSION < 0.09;
+ TODO: {
+    local $TODO = "Can't fix right now" if $DBIx::Class::VERSION < 0.09;
     lives_ok { $big_flop->genre} "Don't throw exception when col is not loaded after insert";
   };
 }