adjusted inflate_datetime test count
Matt S Trout [Fri, 23 Jun 2006 17:29:13 +0000 (17:29 +0000)]
t/89inflate_datetime.t

index 0c08797..85bddeb 100644 (file)
@@ -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);