projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
07d4fb2
)
test plan
Yuval Kogman [Thu, 3 Jan 2008 13:31:49 +0000 (13:31 +0000)]
t/68inflate.t
patch
|
blob
|
blame
|
history
diff --git
a/t/68inflate.t
b/t/68inflate.t
index
23b81af
..
3aa428d
100644
(file)
--- a/
t/68inflate.t
+++ b/
t/68inflate.t
@@
-10,7
+10,7
@@
my $schema = DBICTest->init_schema();
eval { require DateTime };
plan skip_all => "Need DateTime for inflation tests" if $@;
-plan tests => 20;
+plan tests => 21;
$schema->class('CD')
#DBICTest::Schema::CD