Incorporate changes in -current.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
index 78f788a..9dbbf55 100755 (executable)
@@ -218,6 +218,11 @@ sub populate_schema {
         [ 18, 1, 3, "Beehind You"],
     ]);
 
+    $schema->populate('Event', [
+        [ qw/id starts_at/ ],
+        [ 1, '2006-04-25 22:24:33' ],
+    ]);
+
     $schema->populate('Link', [
         [ qw/id title/ ],
         [ 1, 'aaa' ]