Remove TODO that could never be made to work (revert c49fcf72)
[dbsrgits/DBIx-Class.git] / 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];