Forgot to set up the relationship between Actor and Film. Turns it out
[dbsrgits/DBIx-Class.git] / t / cdbi-t / columns_as_hashes.t
index 3eca270..f85f50f 100644 (file)
@@ -78,7 +78,8 @@ warning_is {
     };
     
     require Actor;
-    
+    Actor->has_a( film => "Film" );
+
     my $actor = Actor->insert({
         name    => 'Emily Watson',
         film    => $waves,