Merge 'trunk' into 'get_inflated_columns_rt46953'
Peter Rabbitson [Thu, 26 Nov 2009 21:32:17 +0000 (22:32 +0100)]
r7972@Thesaurus (orig r7960):  ribasushi | 2009-11-26 15:32:17 +0100
Whoops, wrong accessor (things still work though)

t/lib/DBICTest/Schema/CD.pm

index a271dd8..fadd539 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->add_columns(
   'genreid' => { 
     data_type => 'integer',
     is_nullable => 1,
-    accessor => 'undef',
+    accessor => undef,
   },
   'single_track' => {
     data_type => 'integer',