projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
679a304
)
adjusted inflate_datetime test count
Matt S Trout [Fri, 23 Jun 2006 17:29:13 +0000 (17:29 +0000)]
t/89inflate_datetime.t
patch
|
blob
|
blame
|
history
diff --git
a/t/89inflate_datetime.t
b/t/89inflate_datetime.t
index
0c08797
..
85bddeb
100644
(file)
--- 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);