X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100populate.t;h=ec765aa0ee34bbef5f1d14e6042fa4599c9500ef;hb=67e894d2d14f9c10f363646c567cd465cb4b1f6f;hp=51d3fcf3b031cd91294adc8eea269513e8688a91;hpb=d35a6fedb511b76dc5406f8ec5ced9daf84423cd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/100populate.t b/t/100populate.t index 51d3fcf..ec765aa 100644 --- a/t/100populate.t +++ b/t/100populate.t @@ -39,7 +39,6 @@ throws_ok ( sub { $schema->populate('CD', [ map { { - cdid => $i++, # without a PK the bulk insert does not engage - how come? artist => $artist->id, title => $_, year => 2009,