From: Peter Rabbitson <ribasushi@cpan.org>
Date: Fri, 1 Mar 2013 08:42:15 +0000 (+0100)
Subject: Remove TODO that could never be made to work (revert c49fcf72)
X-Git-Tag: v0.08210~40
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=590885aa6934c4eda2a19c08d69394e892ee41a0;p=dbsrgits%2FDBIx-Class.git

Remove TODO that could never be made to work (revert c49fcf72)

I do not know what groditi was thinking - the behavior codified makes 0 sense
---

diff --git a/t/relationship/core.t b/t/relationship/core.t
index 96c5066..b754f94 100644
--- a/t/relationship/core.t
+++ b/t/relationship/core.t
@@ -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];