From: Yuval Kogman <nothingmuch@woobling.org>
Date: Thu, 3 Jan 2008 13:31:49 +0000 (+0000)
Subject: test plan
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a975f4364dd9699809a6f0dad0fbffbf82102cc;p=dbsrgits%2FDBIx-Class-Historic.git

test plan
---

diff --git a/t/68inflate.t b/t/68inflate.t
index 23b81af..3aa428d 100644
--- 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