From: Peter Rabbitson Date: Sat, 20 Jun 2009 08:16:02 +0000 (+0000) Subject: todoify skip X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9abe73ef85a904af52f51fa8c191c31e665445aa;hp=ceb52d1911c9cad984a90bcd8debc8a166a9c054;p=dbsrgits%2FDBIx-Class-Historic.git todoify skip --- diff --git a/t/relationship/core.t b/t/relationship/core.t index 65093c4..a55b296 100644 --- a/t/relationship/core.t +++ b/t/relationship/core.t @@ -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"; }; }