create insert_bulk using execute_array, and make populate use it in void context
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
index 97855cb..a58c6bc 100755 (executable)
@@ -225,8 +225,8 @@ sub populate_schema {
     ]);
 
     $schema->populate('Link', [
-        [ qw/id title/ ],
-        [ 1, 'aaa' ]
+        [ qw/id url title/ ],
+        [ 1, '', 'aaa' ]
     ]);
 
     $schema->populate('Bookmark', [