Remove TODO that could never be made to work (revert c49fcf72)
Peter Rabbitson [Fri, 1 Mar 2013 08:42:15 +0000 (09:42 +0100)]
I do not know what groditi was thinking - the behavior codified makes 0 sense

t/relationship/core.t

index 96c5066..b754f94 100644 (file)
@@ -39,11 +39,6 @@ if ($INC{'DBICTest/HelperRels.pm'}) {
       title => 'Big Flop',
       year => 2005,
   } );
-
-  {
-    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";
-  };
 }
 
 my $big_flop_cd = ($artist->search_related('cds'))[3];