From: Peter Rabbitson Date: Wed, 27 Oct 2010 17:59:15 +0000 (+0200) Subject: This test in fact requires DT::F::SQLite X-Git-Tag: v0.08124~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=f4cb7f576191b819610e13c01bb073b76ee544bd;hp=70e6d5f7d5881c08702f71c6de80effc2f264ade This test in fact requires DT::F::SQLite --- diff --git a/t/inflate/datetime.t b/t/inflate/datetime.t index 2f4f740..061037a 100644 --- a/t/inflate/datetime.t +++ b/t/inflate/datetime.t @@ -7,8 +7,8 @@ use DBICTest; my $schema = DBICTest->init_schema(); -plan skip_all => 'DT inflation tests need ' . DBIx::Class::Optional::Dependencies->req_missing_for ('test_dt') - unless DBIx::Class::Optional::Dependencies->req_ok_for ('test_dt'); +plan skip_all => 'DT inflation tests need ' . DBIx::Class::Optional::Dependencies->req_missing_for ('test_dt_sqlite') + unless DBIx::Class::Optional::Dependencies->req_ok_for ('test_dt_sqlite'); # inflation test my $event = $schema->resultset("Event")->find(1);