X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fcore.t;fp=t%2Frelationship%2Fcore.t;h=a55b2964803b09c58a4ee56c6c3fcc5a3586344d;hb=9abe73ef85a904af52f51fa8c191c31e665445aa;hp=65093c41ff95557278f2356514d88994b889c193;hpb=ceb52d1911c9cad984a90bcd8debc8a166a9c054;p=dbsrgits%2FDBIx-Class.git 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"; }; }