Merge 'trunk' into 'pg_unqualified_schema'
[dbsrgits/DBIx-Class.git] / t / 100populate.t
index 51d3fcf..ec765aa 100644 (file)
@@ -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,