X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest.pm;h=aca09bb230cbc3a4d535e47d6c4d3bfd9203213e;hb=a97fe7e08bd7b821caec5f0093f52f4fbfdfcad6;hp=a75f4854c8f39a978f66d1045367ecc3dffc0090;hpb=4295b5d48b5cf541563b94b510979aec75085008;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index a75f485..aca09bb 100755 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -271,8 +271,8 @@ sub populate_schema { ]); $schema->populate('Event', [ - [ qw/id starts_at created_on/ ], - [ 1, '2006-04-25 22:24:33', '2006-06-22 21:00:05'], + [ qw/id starts_at created_on varchar_date varchar_datetime/ ], + [ 1, '2006-04-25 22:24:33', '2006-06-22 21:00:05', '2006-07-23', '2006-05-22 19:05:07'], ]); $schema->populate('Link', [