From: Matt S Trout Date: Fri, 23 Jun 2006 17:29:13 +0000 (+0000) Subject: adjusted inflate_datetime test count X-Git-Tag: v0.07002~75^2~85 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=410e18bc30f6904dde52c063012e80ffd82593e9;p=dbsrgits%2FDBIx-Class.git adjusted inflate_datetime test count --- diff --git a/t/89inflate_datetime.t b/t/89inflate_datetime.t index 0c08797..85bddeb 100644 --- a/t/89inflate_datetime.t +++ b/t/89inflate_datetime.t @@ -10,7 +10,7 @@ my $schema = DBICTest->init_schema(); eval { require DateTime::Format::MySQL }; plan skip_all => "Need DateTime::Format::MySQL for inflation tests" if $@; -plan tests => 4; +plan tests => 8; # inflation test my $event = $schema->resultset("Event")->find(1);